NotificationSystem

This type represents a notification system.

Add

Method

Adds a notification to the list.

Arguments

Name

Type

Description

notif

Notification object.

Returns

Nothing.

Example

notif:Add(my_notification);

Last updated