Lua:GraphicsStepLocal

Lua:GraphicsStepLocal

From BeamNG

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)