VN_fnc_kbm_eh_control_input_onkeyDown

From Savage Game Design Wiki
Revision as of 17:27, 9 May 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= keybinding |d= <pre>No description added yet.</pre> |s= [_control,_key,_shift,_ctrl,_alt] call VN_fnc_kbm_eh_control_inp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

No description added yet.

Syntax

Syntax
[_control,_key,_shift,_ctrl,_alt] call VN_fnc_kbm_eh_control_input_onkeyDown;
Parameters
_control: Control - Control attached to the event
_key: Number - DIK Code of the pressed key
_shift: Boolean - Is SHIFT pressed
_ctrl: Boolean - Is CTRL pressed
_alt: Boolean - Is ALT pressed
Return value
Boolean - Always returns true