Difference between revisions of "SetDate"

From cluster wiki
Jump to navigation Jump to search
Line 64: Line 64:
<div style="display:block;">[[ZeusFPS]]</div>
<div style="display:block;">[[ZeusFPS]]</div>
<div style="display:block;">[[PreventProne]]</div>
<div style="display:block;">[[PreventProne]]</div>
<div style="display:block;">[[countDown]]</div>
</dd>
</dd>
</dl>  
</dl>  

Revision as of 19:48, 15 June 2021

Description
Description:

This function freezes time entirely unlike setting "skipTime 0" which still moves time at a very slow pace. Run this from init.sqf.

Execution:

call

Groups:

Utility Functions: Eric's Mission Framework

Syntax
Syntax:

[] call EMF_fnc_setDate

Parameters:

None

Return Value:

Nothing

Examples
Example 1:
call EMF_fnc_setDate;
Additional Information
See also:


Notes