Difference between revisions of "getPlayerUID"
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (description) |
|||
Line 48: | Line 48: | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command_Group:_Multiplayer|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_Multiplayer|{{uc:{{PAGENAME}}}}]] | ||
+ | |||
+ | <!-- CONTINUE Notes --> | ||
+ | <dl class="command_description"> | ||
+ | <dd class="notedate">Posted on July 29, 2015 - 19:54 (UTC)</dd> | ||
+ | <dt class="note">[[User:Ebay|Ebay]]</dt> | ||
+ | <dd class="note"> | ||
+ | If used on an empty vehicle that had a driver since the mission start, it will return the UID of the last driver instead of "". | ||
+ | </dd> | ||
+ | </dl> | ||
+ | <!-- DISCONTINUE Notes --> |
Revision as of 21:54, 29 July 2015
Notes
- Posted on April 17, 2014 - 22:29
- Master85 (talk)
- In Arma 3 the returned string is the steamID64 of the player.
_steamProfileUrl = "http://steamcommunity.com/profiles/" + (getPlayerUID player);
Bottom Section
- Posted on July 29, 2015 - 19:54 (UTC)
- Ebay
- If used on an empty vehicle that had a driver since the mission start, it will return the UID of the last driver instead of "".