VN_fnc_wm_EH_closeWM

From Savage Game Design Wiki
Jump to navigation Jump to search
← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Dscha
Argument(s): n/a
Effect(s): unknown

Description

Eventhandler: closes the Wheelmenu and blocks the input of that button (yeah, that's it).

Syntax

Syntax
[] call VN_fnc_wm_EH_closeWM;
Return value
Nothing

Examples

Example 1
VN_DISP_WHEELMENU displayAddEventHandler ["KeyUp", {call vn_fnc_wm_EH_closeWM;}];