camSetDir
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Set the direction of the given camera.Needs the call of camCommit to be conducted.
Syntax
- Syntax:
- camera camSetDir direction
- Parameters:
- camera: Object - object of type "camera"
- direction: Integer - direction in degrees, range 0 to 360
- Return Value:
- Nothing
Examples
- Example 1:
_cam camSetDir 90
Additional Information
Notes
Notes
Notes
-
This command does NOT work on cameras (in ArmA 1.05 at least), use SetDir instead.

