Posts: 257
Threads: 61
Joined: Nov 2011
Reputation:
0
CallRemoteFunction with reference variable
Hello,
I interested, is there any way to CallRemoteFunction with reference variable?
Thanks,
RaFaeL.
Posts: 2,856
Threads: 6
Joined: Jun 2007
Reputation:
0
You can't use a reference variable since the remote function dont share the same memory block
Therefore the remote function cant modify the memory of the caller
But it should work with local functions and CallLocalFunctions
(Thats what I am thinking, cant prove that)
I think that there is some code in YSI which allows something like that
But that mostly works over properties or any other code which isnt limited to the script