1
NotificationsList
4n0n edited this page 3 years ago
It's unlikely developers will ever create a new NotificationList, however they may use Bastion's default one to display notifications to a user.
function NotificationsList:New()
function NotificationsList:AddNotification(icon, text)
function NotificationsList:Update()
function NotificationsList:RemoveNotification(notification)
function NotificationsList:RemoveAllNotifications()
Bastion.Notifications:AddNotification(Efflorescence:GetIcon(), "Efflorescence requested")