From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Switch on remote control of the unit.
- Groups:
- Uncategorised
Syntax
- Syntax:
- who remoteControl whom
- Parameters:
- who: Object -
- whom: Object -
- Return Value:
- Nothing
Examples
- Example 1:
player remoteControl driver UAV;
driver UAV switchCamera "Internal"; //switchCamera required
Additional Information
- See also:
- See also needed
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
Notes
- TeRp
-
You must use switchCamera in order to remote control the unit and.
You can only remoteControl characters, e.g. if yo want to remote control a car, you have
to add a driver and use
"player remoteControl driver someVehicle".
Bottom Section