VE Lua Documentation

Press F to search!

setPhysicsStepEnabled

Definition


-- @/=[C]:-1
function setPhysicsStepEnabled(...)

Callers

@/lua/vehicle/main.lua
  -- print("---")
  obj:setPhysicsStepEnabled(controller.isPhysicsStepUsed() or powertrain.isPhysicsStepUsed() or wheels.isPhysicsStepUsed() or thrusters.isPhysicsStepUsed() or hydros.isPhysicsStepUsed() or beamstate.isPhysicsStepUsed() or protocols.isPhysicsStepUsed() or extensionsHook ~= nop)
end