Difference between revisions of "SetDate"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 65: | Line 65: | ||
| <div style="display:block;">[[PreventProne]]</div> | <div style="display:block;">[[PreventProne]]</div> | ||
| <div style="display:block;">[[countDown]]</div> | <div style="display:block;">[[countDown]]</div> | ||
| <div style="display:block;">[[slotLimit]]</div> | |||
| </dd> | </dd> | ||
| </dl>   | </dl>   | ||
Revision as of 19:51, 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