fnc_stopRecording.sqf

Summary

Functions

OCAP_recorder_fnc_stopRecording

Description

Stops recording the current mission.  Can be used to pause the recording for later resumption.  Also called automatically as part of OCAP_recorder_fnc_exportData.

Called via OCAP_pause via direct CBA event or the administrative diary entry.

Parameters

None

Returns

Nothing

Examples

call FUNC(stopRecording);

Public

No

Author

Dell, Zealot, IndigoFox

This function facilitates the actual endMission and save events in the extension, prompting it to pack the mission and upload it to the web component.
Used to pause recording.
Close