switchCamera: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (fixed notes)
Line 24: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>loon1 switchCamera "External"  
|x1= <pre>loon1 switchCamera "External" </pre> |= Example 1
'Comments If you '''switchCamera''' to a group leader, you can control his group as if it were your own.</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 35: Line 34:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
 
If you '''switchCamera''' to a group leader, you can control his group as if it were your own.
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 16:25, 2 August 2006

Hover & click on the images for description

Description

Description:
Switch camera to given vehicle / camera. Mode is one of:
  • "INTERNAL" (1st person)
  • "GUNNER" (optics / sights)
  • "EXTERNAL" (3rd person)
  • "GROUP" (group)
Groups:
Uncategorised

Syntax

Syntax:
unit switchCamera mode
Parameters:
unit: Object
mode: String
Return Value:
Nothing

Examples

Example 1:
loon1 switchCamera "External" 

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

If you switchCamera to a group leader, you can control his group as if it were your own.

Bottom Section