fnc_updateTime.sqf | |
Functions | |
OCAP_recorder_fnc_updateTime | Sends server’s system time, mission environment date/time, time multiplier setting, and time since mission start (post-briefing) to the extension. |
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.
_date | A manual in-game time to check. [optional, Array] |
Nothing
[] call FUNC(updateTime);
No
Fank