remoteControl: Difference between revisions
Jump to navigation
Jump to search
m (added note) |
(add. classification) |
||
Line 48: | Line 48: | ||
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | [[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] |
Revision as of 04:13, 16 June 2009
Description
- Description:
- Switch on remote control of the unit.
- Groups:
- Uncategorised
Syntax
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".