Difference between revisions of "VN fnc cmdOL check"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Dscha |a= |e= |g1= cmdOverlay |d= <pre>- Start the Masterloop for the Command Overlay. - Will wait, until an Item is added to "vn_cmdOL_ctrlT...")
 
 
Line 10: Line 10:
  
 
|d= <pre>- Start the Masterloop for the Command Overlay.
 
|d= <pre>- Start the Masterloop for the Command Overlay.
- Will wait, until an Item is added to "vn_cmdOL_ctrlToAdd"</pre>
+
- Will wait, until an Item is added to "vn_cmdOL_ctrlToAdd"</pre>
  
 
|s= [] call [[VN_fnc_cmdOL_check]];
 
|s= [] call [[VN_fnc_cmdOL_check]];

Latest revision as of 20:45, 4 May 2022

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Dscha
Argument(s): n/a
Effect(s): unknown

Description

- Start the Masterloop for the Command Overlay.
- Will wait, until an Item is added to "vn_cmdOL_ctrlToAdd"

Syntax

Syntax
[] call VN_fnc_cmdOL_check;
Return value
Nothing

Examples

Example 1
[] spawn vn_fnc_cmdOL_check;