| fnc_init.sqf | |
| Functions | |
| OCAP_recorder_fnc_init | Initializes event listeners, event handlers, gathers OCAP_version and OCAP_extension_version, and kicks off waiters for the auto-start conditions if settings are configured to enable it. |
| Variables | |
| OCAP_recorder_recording | Global variable that represents whether or not recording is active [Bool] |
| OCAP_recorder_captureFrameNo | Global variable that represents the current frame number [Number] |
| OCAP_recorder_nextId | Global variable that represents the next available id to assign to a unit or vehicle [Number] |
| OCAP_recorder_frameCaptureDelay | Global variable that represents the delay between frame captures in seconds. |
| OCAP_recorder_autoStart | Global variable that represents whether or not recording should automatically start. |
| OCAP_recorder_minMissionTime | Global variable that represents the minimum mission time in seconds to qualify for saving. |
| OCAP_version | Global variable that represents the version of OCAP addon being used [String] |
| OCAP_extension_version | Global variable that represents the version of OCAP extension being used [String] |
Initializes event listeners, event handlers, gathers OCAP_version and OCAP_extension_version, and kicks off waiters for the auto-start conditions if settings are configured to enable it.
None
Nothing
call OCAP_recorder_fnc_init
No
Dell, Zealot, IndigoFox