setDefaultCamera [position, direction]

Operand types

[position, direction]: Array

Type of returned value

Description

Sets the position and direction for the camera used after camera is set on no object (log out view when leaving MP game for example).

position: PositionASL - position of the camera
direction: Array - format Vector - direction of the camera

Used In

Arma3

Example

setDefaultCamera [[5000,5000,200],[1,1,-1]];
Search OFPEC COMREF