VN_fnc_kbm_keyName
Jump to navigation
Jump to search
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Heyoxe |
|
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
Examples
- Example 1