GE Lua Documentation

Press F to search!

onTrafficVehicleRemoved

Definition


-- @/lua/ge/extensions/gameplay/police.lua:498

local function onTrafficVehicleRemoved(id)
  if policeVehs[id] then
    policeVehs[id] = nil
  end
end

Callers