VN_fnc_kbm_keyName

From Savage Game Design Wiki
Jump to navigation Jump to search
← 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