VN_fnc_wm_EH_closeWM
Jump to navigation
Jump to search
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Dscha |
|
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;}];