camSetPos
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Set the position of the given camera or seagull.Needs the call of camCommit to be conducted.
Syntax
- Syntax:
- camera camSetPos position
- Parameters:
- camera: Object - object of type "camera" or "seagull"
- position: Array - Position to set the object to
- Return Value:
- Nothing
Examples
- Example 1:
_cam camSetPos [2300,1000,130]
Additional Information
- Multiplayer:
- -
- See also:
- camSetRelPos, setPos
Notes
Notes