camSetTarget
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 target object or position where the given camera should point at. Needs the call of camCommit to be conducted.
Syntax
- Syntax:
- camera camSetTarget target
- Parameters:
- camera: Object - object of type "camera"
- target: Object - target location
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- camera camSetTarget Position
- Parameters:
- camera: Object - object of type "camera"
- Position - target location
- Return Value:
- Nothing
Examples
- Example 1:
_camera camSetTarget player- Example 2:
_camera camSetTarget [2540,1503,26]
Additional Information
- Multiplayer:
- Behaviour unknown.

