VE Lua Documentation

Press F to search!

slowMotion

Definition


-- @/lua/vehicle/bullettime.lua:8

local function deprecated()
  guihooks.trigger("toastrMsg", {type="error", title="Deprecated API: bullettime", msg="At least one mod is obsolete and needs to be updated by its author. Check the logs for more information"})
  log("E","", "An obsolete mod is using a deprecated API. See traceback below for more information:\n"..debug.traceback())
end

Callers