GE Lua Documentation

Press F to search!

setPoliceVars

Definition


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

local function setPursuitVars(data) -- sets various traffic variables
  if type(data) ~= 'table' then
    if not data then resetPursuitVars() end
    return
  end
  vars = tableMerge(vars, data)
end

Callers