getPlayerUID – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 20:28, 20 September 2010

_uid = getPlayerUID vehicle player;

Is probably confusing.

I suspect that in this example if the player is not the driver _uid will be set to be the UID of the DRIVER of the vehicle and not that of the player as provided by: _uid = getPlayerUID player;

~~