VN fnc masterArm

From Savage Game Design Wiki
Revision as of 20:15, 26 February 2021 by Lou Montana (talk | contribs) (Text replacement - "call VN_" to "call [[VN_")
Jump to navigation Jump to search

{{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 }}