VE Lua Documentation

Press F to search!

setVdraw

Definition


-- @/lua/vehicle/ai.lua:2165

local function setVdraw(v)
  if v == true then
    traffic.vdraw = true
  else
    traffic.vdraw = false
  end
end

Callers