Difference between revisions of "VN fnc module UI gestureMenu init custom"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " |a= " to " |author= ") |
Lou Montana (talk | contribs) m (Text replacement - " |e=" to " |a= |e=") |
||
Line 5: | Line 5: | ||
|author= | |author= | ||
+ | |||
+ | |a= | ||
|e= | |e= |
Revision as of 19:24, 5 January 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 |
|
Description
/* ---------------------------------------------------------------------------- Function: vn_fnc_module_UI_gestureMenu_init_custom Description: - Loads up the CUSTOM Version for the Gesture-Wheelmenu - Adds Keyhandler - Standardbutton: Z/Y (The one between "T" and "U"...) Parameters: 0 - OBJECT - The Logic/Module, that calls this function 1 - OBJECT - (NOT USED) assigned Object 2 - BOOL - is activated? ( https://community.bistudio.com/wiki/Modules -> "isDisposable" ) Example: (autohandled by a placed Module!!) [ "_logic", "_unit", "_activated" ] call vn_fnc_module_UI_gestureMenu_init_custom; Returns: - Nothing Author: Dscha ---------------------------------------------------------------------------- */(Placeholder description extracted from the function header by LM_exportFunctionsToWiki.sqf)
Syntax
- Syntax
- [] call VN_fnc_module_UI_gestureMenu_init_custom;
- Return value
- Nothing
Examples
- Example 1
-