Notify

Notifikationer

---@param data table
exports.ui:Notify(msg, type, time, title) -- Skickar ny notis
exports.ui:ChangeNotif(type) -- Flyttar notiserna lite till vänster
  • Notify(msg, type, time, title)

    • msg (string) -- Huvudmeddelande

    • type (string) -- Typ av notis (error, success, info, warning)

    • time (number) -- Tid i millisekunder som notisen ska visas

    • title (string) -- Titel på notisen

Last updated