getPlayerID: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
m (Improved description) |
||
Line 6: | Line 6: | ||
|gr1= Markers | |gr1= Markers | ||
|descr= Returns | |descr= Returns user DirectPlay ID, as represented in [[allMapMarkers]] results, and which can be used with [[getUserInfo]]. | ||
|s1= [[getPlayerID]] unit | |s1= [[getPlayerID]] unit | ||
Line 12: | Line 12: | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
|r1= [[String]] | |r1= [[String]] - "-1" for AI units | ||
|x1= <code>[[getPlayerID]] [[player]];</code> | |x1= <code>[[getPlayerID]] [[player]];</code> |
Revision as of 00:02, 28 March 2022
Description
- Description:
- Returns user DirectPlay ID, as represented in allMapMarkers results, and which can be used with getUserInfo.
- Groups:
- Markers
Syntax
- Syntax:
- getPlayerID unit
- Parameters:
- unit: Object
- Return Value:
- String - "-1" for AI units
Examples
- Example 1:
getPlayerID player;
Additional Information
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