camCommand: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{( *)Informative( *)\|" to "{{$1Feature$2|$2Informative$2|") |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[.*\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
Line 57: | Line 57: | ||
</code> | </code> | ||
| [[cameraEffect]], [[camCreate]], [[camCommit]] | |seealso= [[cameraEffect]], [[camCreate]], [[camCommit]] | ||
}} | }} | ||
Revision as of 23:21, 16 February 2021
Description
- Description:
- Description needed
- Groups:
- Camera Control
Syntax
- Syntax:
- Syntax needed
- Parameters:
- camera: Object - see camCreate
- command: String - see description
- Return Value:
- Return value needed
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