camSetRelPos
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 position of the given camera relative to its target set with camSetTarget.Needs the call of camCommit to be conducted.
Syntax
- Syntax:
- camera camSetRelPos Position
- Parameters:
- camera: Object - object of type "camera"
- Position - relative position
- Return Value:
- Nothing
Examples
- Example 1:
_cam camSetTarget _car _cam camSetRelPos [0,10,8]
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- camSetPos
Notes
Notes
Notes
-
The location of the camera will depend on the direction the target object is facing.
The camera does not bank with the target (bug?).

