getPlayerID: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Article creation)
 
m (Some wiki formatting)
 
(22 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


|game1= arma3dev |Game name=
|game1= arma3
|version1= 2.02


|version= 2.01 |Game version=
|gr1= Multiplayer


|gr1= GUI Control |GROUP1=
|gr2= Markers
____________________________________________________________________________________________


|descr= Returns player ID for marker creation. |Description=
|descr= Returns user DirectPlay ID, which can be used with [[getUserInfo]], and is found in [[allMapMarkers]] results and in some [[Arma 3: Mission Event Handlers|mission event handlers]] such as [[Arma 3: Mission Event Handlers#PlayerConnected|PlayerConnected]].


|mp= |Multiplayer Behaviour=
|s1= [[getPlayerID]] unit
 
|pr= |Problems=
____________________________________________________________________________________________
 
|s1= [[getPlayerID]] unit |Syntax=


|p1= unit: [[Object]]
|p1= unit: [[Object]]


|r1= [[String]] |Return Value=
|r1= [[String]] - "-1" if object is not a [[isPlayer|player]]
____________________________________________________________________________________________


|x1= <code>[[getPlayerID]] player;</code> |Example 1=
|x1= <sqf>getPlayerID player;</sqf>
____________________________________________________________________________________________


|seealso= [[createMarker]] [[createMarkerLocal]] |See Also=
|seealso= [[allUsers]] [[getUserInfo]] [[createMarker]] [[createMarkerLocal]] [[getObjectID]]
}}
}}
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>
<h3 style="display:none">Bottom Section</h3>

Latest revision as of 14:55, 5 May 2022

Hover & click on the images for description

Description

Description:
Returns user DirectPlay ID, which can be used with getUserInfo, and is found in allMapMarkers results and in some mission event handlers such as PlayerConnected.
Groups:
MultiplayerMarkers

Syntax

Syntax:
getPlayerID unit
Parameters:
unit: Object
Return Value:
String - "-1" if object is not a player

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