VN_fnc_wm_EH_closeWM

From Savage Game Design Wiki
Revision as of 20:48, 4 May 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Dscha |a= |e= |g1= wheelmenu |d= <pre>Eventhandler: closes the Wheelmenu and blocks the input of that button (yeah, that's it).</pre> |s= [] c...")
(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 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;}];