πŸ“Œexport client/server

export server-side

exports.se_notify:notify_s(source, message, category, title, time, background, sound)

Interface for notify_s function

  • source: mandatory

  • message: string

  • category?: string

  • title?: string

  • time?: number

  • background?: string

  • sound? string

export client-side

exports.se_notify:notify_c(message, category, title, time, background, sound)

Interface for notify_c function

  • message: string

  • category?: string

  • title?: string

  • time?: number

  • background?: string

  • sound? string

Last updated