fnc_startRecording.sqf

Summary

Functions

OCAP_recorder_fnc_startRecording

Description

Begins recording the current mission.

Called via OCAP_record via direct CBA event or the administrative diary entry, or by a waiter in OCAP_recorder_fnc_init (see OCAP_settings_autoStart).

Will not start recording if OCAP_recorder_recording is true and will notify players.

Parameters

None

Returns

Nothing

Examples

call FUNC(startRecording);

Public

No

Author

Dell, Zealot, IndigoFox

Used to start or resume recording.
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.
Automatically start OCAP recordings at session start.
Global variable that represents whether or not recording is active [Bool]
Close