isRemoteControlling: Difference between revisions
Jump to navigation
Jump to search
m (typo) |
m (typo in example) |
||
Line 16: | Line 16: | ||
|r1= [[Boolean]] - [[true]] if the given player is remote controlling a unit | |r1= [[Boolean]] - [[true]] if the given player is remote controlling a unit | ||
|x1= <sqf>_remoteControlling = | |x1= <sqf>_remoteControlling = isRemoteControlling _bob;</sqf> | ||
|seealso= [[remoteControl]] [[remoteControlled]] | |seealso= [[remoteControl]] [[remoteControlled]] | ||
}} | }} |
Revision as of 14:03, 20 August 2023
Description
- Description:
- Returns true if the given player is remote controlling a unit.
- Groups:
- Remote Control
Syntax
- Syntax:
- isRemoteControlling person
- Parameters:
- person: Object - a player
- Return Value:
- Boolean - true if the given player is remote controlling a unit
Examples
- Example 1:
Additional Information
- See also:
- remoteControl remoteControlled
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