getPlayerUIDOld
Jump to navigation
Jump to search
Description
- Description:
- Returns the old UniqueID of Arma 2 OA of the given unit as string if it is player and empty value if it is AI. The uniqueID 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).
- Multiplayer:
- UID string is returned only in multiplayer.
- Groups:
- Multiplayer
Syntax
- Syntax:
- getPlayerUIDOld unit
- Parameters:
- unit: Object
- Return Value:
- String
Examples
- Example 1:
_uid = getPlayerUIDOld player;
Additional Information
- See also:
- getPlayerUID
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note