![]() |
ManiaPlanet ManiaScript Reference 2019.11.19.1850
A ManiaScript Reference of the ManiaPlanet game.
|
#include <doc.h>
Public Types | |
| enum | ENotificationPriority { Memo , Notice , Alarm } |
Public Member Functions | |
| Void | SetRead () |
| Void | SetActivated () |
Public Attributes | |
| const Text | Title |
| const Text | Description |
| const Text | ImageUrl |
| const ENotificationPriority | Priority |
| const Boolean | HasBeenRead |
| const Boolean | HasBeenActivated |
Public Attributes inherited from CNod | |
| const Ident | Id |
A Notification.
| Void CNotificationsConsumerNotification::SetActivated | ( | ) |
The user has clicked on the Notification.
| Void CNotificationsConsumerNotification::SetRead | ( | ) |
The user has been displayed the Notification for a sufficient time.