notification_system

This type represents a notification system.

add

Adds a notification to the list.

Arguments

Name

Type

Description

notif

Notification object.

Returns

Nothing.

Example

notif:add(my_notification);

Last updated