Arma 3 Camera Modheremup



Arma

ArmA 3 Hunting Mod brings a rich bushcraft and hunting environment to ArmA 3. This content package made by various authors ensures you'll have hours of role play like fun traveling, hunting, putting together equipment, doing quests, making camps and much, much more. Yes, but in the editor. Also, some arma missions, in multiplayer, you can enable the 'Debug Menu' that allows you to access the 'Camera'. Also, in the SP Missions, you can't access the 'Debug Menu'. Which carries the 'Camera' option. Since the devs don't want you to abuse the usefull power of the 'Debug Menu'.

Hover & click on the images for descriptions

Description

Description:
Smoothly conduct the changes that were assigned to a camera within the given time. If the time is set to zero, the changes are done immediately. For camPrepareXXX commands use camCommitPrepared.
Camera

Syntax

Syntax:
camera camCommit time
Parameters:
camera: Object - object of type 'camera'
time: Number - time in seconds during which the changes shall be done
Return Value:
Nothing

Arma 3 Camera

Examples

Arma 3 Camera Mode

Arma 3 camera mode
Example 1:
SQS; create a camera object_cam = 'camera' camCreate [5600,4800,10]_cam camSetTargetplayer_cam cameraEffect ['internal', 'BACK']_cam camCommit 0; smoothly move the camera to its new position in 6 seconds_cam camSetPos [5680,4720,20]_cam camCommit 6@camCommitted _cam; proceed
Example 2:
SQFprivate '_cam';comment 'create a camera object';_cam = 'camera' camCreate [positionplayerselect 0, positionplayerselect 1, 2];_cam camSetTargetplayer;_cam cameraEffect ['internal', 'BACK'];_cam camCommit 0;comment 'smoothly move the camera to its new position in 6 seconds';_cam camSetPos [positionplayerselect 0, (positionplayerselect 1) + 10, 20];_cam camCommit 6;waitUntil { camCommitted _cam; };

Arma 3 Camera Mod

Additional Information

See also:
Groups:
Camera Control

Notes

Only post proven facts here. Report bugs on the Feedback Tracker and discuss on the Arma Discord or on the Forums.
Retrieved from 'https://community.bistudio.com/wiki?title=camCommit&oldid=219608'