remoteControl: Difference between revisions
Jump to navigation
Jump to search
(add. classification) |
m ("switchcamera" (example) is now a link to that page) |
||
Line 22: | Line 22: | ||
|x1= <code>player remoteControl driver UAV; | |x1= <code>player remoteControl driver UAV; | ||
driver UAV switchCamera "Internal"; //switchCamera required </code>|= EXAMPLE1 | driver UAV [[switchCamera]] "Internal"; //switchCamera required </code>|= EXAMPLE1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 17:37, 30 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".