Difference between revisions of "VN fnc kbm onLoad"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= keybinding |d= <pre>Keybindins menu load.</pre> |s= [] call VN_fnc_kbm_onLoad; |p1n=_control |p1t=CONTROL |p1d=Loader...")
 
 
Line 11: Line 11:
 
|d= <pre>Keybindins menu load.</pre>
 
|d= <pre>Keybindins menu load.</pre>
  
|s= [] call [[VN_fnc_kbm_onLoad]];
+
|s= [_control] call [[VN_fnc_kbm_onLoad]];
  
 
|p1n=_control
 
|p1n=_control

Latest revision as of 02:29, 5 May 2022

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

Description

Keybindins menu load.

Syntax

Syntax
[_control] call VN_fnc_kbm_onLoad;
Parameters
_control: Control - Loader control
Return value
Nothing