camCommand: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " +" to " ") |
Lou Montana (talk | contribs) m (Text replacement - " +" to " ") |
||
Line 59: | Line 59: | ||
|seealso= [[cameraEffect]], [[camCreate]], [[camCommit]] | |seealso= [[cameraEffect]], [[camCreate]], [[camCommit]] | ||
}} | }} | ||
{{GameCategory|arma1|Scripting Commands}} | {{GameCategory|arma1|Scripting Commands}} |
Revision as of 22:59, 10 June 2021
Description
- Description:
- Description needed
- Groups:
- Camera Control
Syntax
- Syntax:
- Syntax needed
- Parameters:
- camera: Object - see camCreate
- command: String - see description
- Return Value:
- Nothing
Examples
- Example 1:
_camera camCommand "manual on";
- Example 2:
private _camera = "CamCurator" camCreate [0,0,0]; _camera camCommand "maxPitch 89"; _camera camCommand "minPitch -89"; _camera camCommand "speedDefault 0.1"; _camera camCommand "speedMax 2"; _camera camCommand "ceilingHeight 5000"; _camera camCommand "atl off"; _camera camCommand "surfaceSpeed off";
Additional Information
- See also:
- cameraEffectcamCreatecamCommit
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note