getPlayerID: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Improved description)
Line 6: Line 6:
|gr1= Markers
|gr1= Markers


|descr= Returns player ID for marker creation.
|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 01:02, 28 March 2022

Hover & click on the images for description

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

See also:
allUsers getUserInfo createMarker createMarkerLocal getObjectID

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