Difference between revisions of "VN fnc wm EH closeWM"

From Savage Game Design Wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 20:48, 4 May 2022

← 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;}];