Hello,
I am trying to pass an exiting object as a reference to a function but I can't get it to work...
I have tried NPC@ and NPC& as type and nothing seems to work...
I use SetArgObject and give it a pointer to my object (I don't want to copy it because I want to be able to call functions on that object).
If I put the object in a global variable it works just fine...
Could you give me some insights ?
Thanks !