Lua:GraphicsStepLocal

Lua:GraphicsStepLocal

From BeamNG

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

Called right after graphicsStep every frame to update other vehicle components.

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

Syntax

-- This is called in the local scope, so it is NOT safe to do things that contact things outside the vehicle
-- It is called right after graphicsStep
nil graphicsStepLocal (dt)