Exports

export used by scripts

EXPORT CLIENT

exports['azs_notify'']:Success('message')
exports['azs_notify'']:Error('message')
exports['azs_notify'']:Warning('message')
exports['azs_notify'']:Info('message')

SERVER EXPORT

exports['azs_notify']:Notify(source, "message", "success")

NOTIFICATION TYPE

  • success

  • error

  • warning

  • info

Last updated