VN_fnc_cmdOL_init
Revision as of 20:43, 4 May 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Dscha |a= |e= |g1= cmdOverlay |d= <pre>Prepare all the data for the "Command Overlay".</pre> |s= [_isReset] call VN_fnc_cmdOL_init; |p1n=...")
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Dscha |
|
Description
Prepare all the data for the "Command Overlay".
Syntax
- Syntax
- [_isReset] call VN_fnc_cmdOL_init;
- Parameters
- _isReset: Boolean - (Optional, default
FALSE
) If, for whatever reason, the Overlay needs a reset (e.g. some other script removes all cutRsc) -> Do not reset the Icon Index Variable - Return value
- Nothing
Examples
- Example 1
[FALSE] call vn_fnc_cmdOL_init;