I have two Properties, let's call them A and B. I have a custom Function that takes a Property as a parameter. In this Function I want to know if Property A was used as the parameter or Property B was used. The actual values of Properties A and B may very well be equal. How can I figure out which Property was used as a parameter?
This is my first serious Papyrus script, so apologies if the answer is obvious.
edit: Nvm, the answer is obvious. I can just add an additional String parameter for example.