isRemoteControlling: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:


|descr= Returns [[true]] if the given player is remote contrilling a unit
|descr= Returns [[true]] if the given player is remote contrilling a unit
{{Feature|important|The argument must be local}}
{{Feature|important|The argument must be local. For more info see [[Remote Control]]}}


|s1= [[isRemoteControlling]] person
|s1= [[isRemoteControlling]] person

Revision as of 10:03, 1 August 2023

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 true if the given player is remote contrilling a unit
The argument must be local. For more info see Remote Control
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:
_remoteControlling = isRemoteContrilling _bob;

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