VE Lua Documentation

Press F to search!

extinguishVehicleSlowly

Definition


-- @/lua/vehicle/fire.lua:461

local function extinguishVehicleSlowly()
  for _, node in pairs(flammableNodes) do
    node.chemEnergy = 0
  end
end

Callers