Difference between revisions of "VN fnc masterArm actions"

From Savage Game Design Wiki
Jump to navigation Jump to search
vn>Unknown user
m (Generated by LM_exportFunctionsToWiki.sqf)
 
m (Text replacement - "call VN_" to "call [[VN_")
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
{{Function
 
{{Function
  
 
|v= 1.00
 
|v= 1.00
  
|a= Ethan Johnson
+
|author= Ethan Johnson
 
 
|e=
 
  
|g1= masterarm_functions
+
|a=
  
|d= <pre>/*
+
|e= local
        FILE: fn_masterarm_actions.sqf
 
        DATE: 18-05-2020
 
        AUTHOR: Ethan Johnson
 
  
        DESCRIPTION:
+
|g1= MasterArm
                Master arm action function, adds action to the player
 
        PARAMETERS:
 
                NONE
 
        RETURNS:
 
                NONE
 
*/
 
  
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
+
|d= Adds Master Arm action to the player.
  
|s= [] call [[VN_fnc_masterarm_actions]];
+
|s= [] call [[VN_fnc_masterArm_actions]]
  
 
|p1n=
 
|p1n=
Line 40: Line 28:
 
|r1d=
 
|r1d=
  
|x1= <code>-</code>
+
|x1= <code>[] call [[VN_fnc_masterArm_actions</code>
 
}}
 
}}

Latest revision as of 09:14, 27 February 2021

{{Function

|v= 1.00

|author= Ethan Johnson

|a=

|e= local

|g1= MasterArm

|d= Adds Master Arm action to the player.

|s= [] call VN_fnc_masterArm_actions

|p1n= |p1t= |p1d= |p1v=

|p2n= |p2t= |p2d= |p2v=

|r1t= |r1d=

|x1= [] call [[VN_fnc_masterArm_actions }}