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