Difference between revisions of "VN fnc masterArm"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Lou Montana moved page VN fnc masterarm to VN fnc masterArm: name standard)
m (Text replacement - "call VN_" to "call [[VN_")
Line 58: Line 58:
 
|r1d=
 
|r1d=
  
|x1= <code>["Init"] call VN_fnc_masterArm</code>
+
|x1= <code>["Init"] call [[VN_fnc_masterArm</code>
 
}}
 
}}

Revision as of 20:15, 26 February 2021

{{Function

|v= 1.00

|author= Ethan Johnson

|a=

|e= local

|g1= MasterArm

|d= Master arm master function, setups and creates the display and everything it needs.

|s= [mode, arguments] call VN_fnc_masterArm

|p1n= mode |p1t= string |p1d= case-insensitive. Can be:

  • "Draw3D"
  • "Mouse"
  • "MouseButtonDown"
  • "MouseButtonUp"
  • "MouseZChanged"
  • "OnLoad"
  • "OnUnload"
  • "Init"
  • "InitGUI"
  • "Exit"
  • "Exit:Revert"
  • "Exit:Confirm"
  • "Button:Rearm"
  • "Button:Refuel"
  • "Button:Repair"
  • "Original"
  • "ShowInfo"
  • "ShowStats"
  • "ShowMessage"
  • "CalculateSupplies"
  • "Preload"
  • "Tab:Preload"
  • "Tab:Select"
  • "List:Select"
  • "List:Reload"
  • "Vehicle:Animate"
  • "Vehicle:Texture"
  • "Vehicle:Loadout"

|p1v=

|p2n= arguments |p2t= array |p2d= mode arguments |p2v= []

|r1t= nothing |r1d=

|x1= ["Init"] call [[VN_fnc_masterArm }}