Difference between revisions of "VN fnc module UI gestureMenu init"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (1 revision imported)
m (Text replacement - " |a= " to " |author= ")
Line 4: Line 4:
 
|v= 1.00
 
|v= 1.00
  
|a=  
+
|author=  
  
 
|e=
 
|e=

Revision as of 18:33, 5 January 2021

← 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
-