remoteControlled: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) No edit summary |
||
Line 18: | Line 18: | ||
|x2= <sqf>_bob = remoteControlled _player;</sqf> | |x2= <sqf>_bob = remoteControlled _player;</sqf> | ||
|seealso= [[remoteControl]] | |seealso= [[remoteControl]] [[isRemoteControlling]] | ||
}} | }} |
Revision as of 20:50, 31 July 2023
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.
- 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:
- Example 2:
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