netId – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Is it better to use only the netId as parameter or the object instead for functions... is it faster, smaller or something?

Example:
[netID player] remoteExecCall ["server_function",2]; (only a string but need additional objectFromNetId in "server_function")
or
[player] remoteExecCall ["server_function",2];
--Will (talk) 21:56, 23 October 2015 (CEST)