Lua:Thrusters

Lua:Thrusters

From BeamNG

Revision as of 04:52, 22 January 2015 by Nug700 (talk | contribs) (Created page with "Contains Attributes and functions for controlling thrusters. File location: lua\vehicle\thrusters.lua == Attributes == <source lang="lua"> table activeThrusters = {} </sourc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Contains Attributes and functions for controlling thrusters.

File location: lua\vehicle\thrusters.lua

Attributes

table activeThrusters = {}

Member Functions

nil update ()
nil updateGFX ()
nil init ()
nil reset ()

Public Interface

  • reset
  • init
  • update
  • updateGFX