From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Return a UniqueID of the given unit (player).
The returned string is the player's steamID64:
private _steamProfileUrl = "http://steamcommunity.com/profiles/" + (getPlayerUID player);
- Groups:
- Multiplayer
Syntax
- Syntax:
- getPlayerUID unit
- Parameters:
- unit: Object
- Return Value:
- String - can be "_SP_AI_" or "_SP_PLAYER_" in SP, "" or UID in MP
- The unique ID may be up to 100 characters long and may contain numbers, uppercase letters and underscores
- The value can be used to construct a valid variable name by appending to another valid variable name, e.g missionNamespace setVariable ["TAG_player" + _uid, _unit];
Examples
- Example 1:
Additional Information
- See also:
- BIS_fnc_getUnitByUID getPlayerUIDOld getClientState getClientStateNumber
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here!
Add Note