Difference between revisions of "VN fnc kbm keyName"

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>Formats the key name with the modifiers.</pre> |s= [_key,_shift,_ctrl,_alt] call [[VN_fnc_kbm_keyName]...")
 
 
Line 36: Line 36:
 
|r1d=Formated key name
 
|r1d=Formated key name
  
|x1= <code></code>
 
 
}}
 
}}

Latest revision as of 20:09, 4 May 2022

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

Description

Formats the key name with the modifiers.

Syntax

Syntax
[_key,_shift,_ctrl,_alt] call VN_fnc_kbm_keyName;
Parameters
_key: Number - DIK Code
_shift: Boolean - Has SHIFT pressed
_ctrl: Boolean - Has CTRL pressed
_alt: Boolean - Has ALT pressed
Return value
String - Formated key name