remoteControlled

From Bohemia Interactive Community
Revision as of 10:03, 1 August 2023 by Killzone Kid (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.14.

Description

Description:
Returns the player controlling the given unit if the argument is the unit or the unit controlled by the player if the argument is the player.
The argument must be local. For more info see Remote Control
Groups:
Remote Control

Syntax

Syntax:
remoteControlled unitOrPlayer
Parameters:
unitOrPlayer: Object - unit under remote control or the player controlling a unit
Return Value:
Object - the person controlling the unit or the uniot controlled by the player (see description) or objNull

Examples

Example 1:
_player = remoteControlled _bob;
Example 2:
_bob = remoteControlled _player;

Additional Information

See also:
remoteControl isRemoteControlling

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