This type represents a notification system.
Method
Adds a notification to the list.
Arguments
Name
Type
Description
notif
Notification
Notification object.
Returns
Nothing.
Example
notif:Add(my_notification);
Last updated 18 days ago