Lua:GraphicsStep

Lua:GraphicsStep

From BeamNG

Revision as of 05:06, 22 January 2015 by Nug700 (talk | contribs) (Created page with "Called every frame to update other vehicle components. File location: lua\vehicle\default.lua:91 == Syntax == <source lang="lua">nil graphicsStep (dt) -- This is called in ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Called every frame to update other vehicle components.

File location: lua\vehicle\default.lua:91


Syntax

nil graphicsStep (dt) -- This is called in the global scope, so it is safe to do things that contact things outside the vehicle