fnc_updateTime.sqf

Summary
fnc_updateTime.sqf
Functions
OCAP_recorder_fnc_updateTimeSends server’s system time, mission environment date/time, time multiplier setting, and time since mission start (post-briefing) to the extension.

Functions

OCAP_recorder_fnc_updateTime

Description

Sends server’s system time, mission environment date/time, time multiplier setting, and time since mission start (post-briefing) to the extension.  Will run on a recurring basis as part of <FUNC(captureLoop)> if the setting in userconfig.hpp is configured to do so.  This is required in missions that utilize time acceleration or have time skips as part of mission flow.

Parameters

_dateA manual in-game time to check.  [optional, Array]

Returns

Nothing

Examples

[] call FUNC(updateTime);

Public

No

Author

Fank

Close