-- @/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