Difference between revisions of "VN fnc wm EH MouseBUp"

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: Get the selected Function from "vn_wm_SelectedFunction" (defined in "vn_fnc_wm_getMousePos"...")
 
 
Line 22: Line 22:
  
 
|x1= <code>Called in display Config:
 
|x1= <code>Called in display Config:
"onMouseButtonUp = "call vn_fnc_wm_EH_MouseBUp;";"</code>
+
"onMouseButtonUp = "call vn_fnc_wm_EH_MouseBUp;";"</code>
 
}}
 
}}

Latest revision as of 20:49, 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: Get the selected Function from "vn_wm_SelectedFunction" (defined in "vn_fnc_wm_getMousePos") and call or spawn it.

Syntax

Syntax
[] call VN_fnc_wm_EH_MouseBUp;
Return value
Nothing

Examples

Example 1
Called in display Config: "onMouseButtonUp = "call vn_fnc_wm_EH_MouseBUp;";"