VN_fnc_kbm_eh_control_input_onkeyDown

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

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