remoteControlled: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |gr1= Remote Control |descr= Returns the person controlling the given unit. |s1= remoteControlled unit |p1= unit: Ob...") |
Lou Montana (talk | contribs) m (Fix phrasing) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
|version1= 2.14 | |version1= 2.14 | ||
|arg= local | |||
|gr1= Remote Control | |gr1= Remote Control | ||
|descr= Returns the | |descr= 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. | ||
{{Feature|important|See also [[Remote Control Tutorial]].}} | |||
|s1= [[remoteControlled]] | |s1= [[remoteControlled]] unitOrPlayer | ||
|p1= | |p1= unitOrPlayer: [[Object]] - unit under remote control or the player controlling a unit | ||
|r1= [[Object]] - the person controlling the unit | |r1= [[Object]] - the person controlling the unit or the unit controlled by the player; [[objNull]] if not applicable | ||
|x1= <sqf>remoteControlled | |x1= <sqf>private _controllingPlayer = remoteControlled _dronePilot;</sqf> | ||
|seealso= [[remoteControl]] | |x2= <sqf>private _dronePilot = remoteControlled _controllingPlayer;</sqf> | ||
|seealso= [[remoteControl]] [[isRemoteControlling]] | |||
}} | }} |
Latest revision as of 14:24, 16 November 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 unit controlled by the player; objNull if not applicable
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