Arma 3 Camera Modheremup



Hover & click on the images for descriptions

Description

Whenever I go into splendid camera from the mission editor's 'preview' option the focus slider doesn't do anything. The entire scene stays in focus regardless of where the slider is. I recall being able to use it previously, just this time it's not working. I've tried relaunching and different missions. EDIT: Resolved thanks to /u/sayge. The Utility Drone is a multipurpose drone used by IDAP aid workers and emergency response crews in ArmA 3. Military versions also exist and are known as the AL-6 Pelican / Jinaah AL-6. They are utilised by several BLUFOR, OPFOR and Independent factions. Both variants were added with the release of the Laws of War DLC. 1 Overview 2 Design 3 Variants 4 Camouflage 5 Protection 6 Trivia 7 Gallery.

Description:
Create a camera or a seagull object on the given position. The creation happens immediately and doesn't wait for camCommit.
Among other commands, cameraEffect must be used to enter the camera's view and camDestroy to delete the created camera. See also Camera Control.
Arma 3 Camera Modheremup
  • Other objects can be created this way, but vehicles created with camCreate cannot be entered
  • Any unit created with camCreate will remain static
  • Unlike createVehicle, objects are created exactly at the given position, without consideration of the surrounding objects
Multiplayer:
camCreated objects are only visible locally (meaning they are client-side effects).

Syntax

Syntax:
type camCreate position
Parameters:
type: String - camera type, one of the following:
  • 'camera'
  • 'seagull' (a crow in Arma 2)
  • 'camconstruct'
  • 'camcurator' (Since Arma 3 Zeus)
  • 'crowe' (crow - Arma 3)
  • or any vehicle class suitable to be spawned with cam
position: Array - format PositionAGL - position to create the object at
Arma 3 Camera Modheremup
Return Value:
Object - the created camera

Examples

Example 1:
_cam = 'camera' camCreate (ASLToAGLeyePosplayer);
Example 2:
_flr = 'flare' camCreate (position _myPlane); // works too
Camera

Additional Information

Modheremup
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.

Arma 3 Camera Mode

Retrieved from 'https://community.bistudio.com/wiki?title=camCreate&oldid=219286'