getPlayerUID – Talk

From Bohemia Interactive Community
Revision as of 20:28, 20 September 2010 by BarmyArmy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

_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;

~~