Funkcje
Notifications:CreateNotification
Wyświetla zwykłe powiadomienie w prawym górnym rogu ekranu.
Syntax
--- target: number
--- text:string
--- data: NotificationData
local notificationId = Notifications:CreateNotification(target, text, data)
--- notificationId: number
Notifications:CreateBigNotification
Tworzy duże powiadomienie w prawym górnym rogu ekranu.
Syntax
--- target: number,
--- header: string
--- text: string
--- data: BigNotificationData
local notificationId = Notifications:CreateBigNotification(target, header, text, data)
--- notificationId: number
Table of Contents