Used to determine the Aspect ratio of the screen.
_output | string with one of [“ARRAY”,”NUMBER”,”STRING”] |
array, string or number of screenratio i.e. [16,9] or “16:9” or 1.333 ..
_ratio = "STRING" call CBA_fnc_getAspectRatio; _ratio = "ARRAY" call CBA_fnc_getAspectRatio; _ratio = "NUMBER" call CBA_fnc_getAspectRatio;
commy2