VN_fnc_module_UI_gestureMenu_init

From Savage Game Design Wiki
Revision as of 12:47, 16 September 2019 by vn>Unknown user (Generated by LM_exportFunctionsToWiki.sqf)
(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
Argument(s): n/a
Effect(s): unknown

Description

/* ----------------------------------------------------------------------------
Function: vn_fnc_module_UI_gestureMenu_init

Description:
	- Loads up the STANDARD 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;

Returns:
	- Nothing

Author:
Dscha
---------------------------------------------------------------------------- */
(Placeholder description extracted from the function header by LM_exportFunctionsToWiki.sqf)

Syntax

Syntax
[] call VN_fnc_module_UI_gestureMenu_init;
Return value
Nothing

Examples

Example 1
-