Lua:Gui

Lua:Gui

From BeamNG

Contains functions for controlling the gui.

File location: lua\vehicle\gui.lua

Attributes

table guiState = {}

Member Functions

nil activated (mode)
nil send (key, value)
nil updateGFX (dt)
nil reset ()
nil gotUpdate (state)
nil message (msg, ttl, category)
nil onDeserialized () -- Function body empty.

Public Interface

  • updateGFX
  • reset
  • send
  • activated
  • gotUpdate
  • onDeserialized
  • message