Get current camera’s field of view in radians and zoom. Fov is calculated in the same format as it is set up in configs and used by camSetFov and alike. Precision is about 95%.
(optional) base fov value corresponding to 1x zoom (to properly calculate current zoom), defaults to 0.33333
_fovarray = call CBA_fnc_getFov _fovarray = 0.4 call CBA_fnc_getFov
Array [fov,zoom]
q1184