camSetAttachedLookDir (VBS2)
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 2
- Version:
- 1.00
Description
- Description:
- Sets the direction the camera will look if attached to a vehicle (via attachTo). Changes are committed instantly.
The vector is relative to the object.
Syntax
- Syntax:
- camname camSetAttachedLookDir camdir
- Parameters:
- camname: Object of type "camera"
- camdir: Vector3D
- Return Value:
- Nothing
Examples
- Example 1:
_camera camSetAttachedLookDir [0,0,0]
Additional Information
- Multiplayer:
- Behaviour unknown.

