![]() |
Trackmania ManiaScript Reference 2026.2.2.1751
A ManiaScript Reference of the new Trackmania.
|
A Notification. More...
#include <doc.h>
Public Types | |
| enum | ENotificationPriority { Memo , Notice , Alarm } |
Public Member Functions | |
| Void | SetRead () |
| Void | SetActivated () |
Public Attributes | |
| Text const | Title |
| Text const | Description |
| Text const | ImageUrl |
| CNotificationsConsumerNotification::ENotificationPriority const | Priority |
| Boolean const | HasBeenRead |
| Boolean const | HasBeenActivated |
| Public Attributes inherited from CNod | |
| Ident const | 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.
| Text const CNotificationsConsumerNotification::Description |
| Boolean const CNotificationsConsumerNotification::HasBeenActivated |
| Boolean const CNotificationsConsumerNotification::HasBeenRead |
| Text const CNotificationsConsumerNotification::ImageUrl |
| CNotificationsConsumerNotification::ENotificationPriority const CNotificationsConsumerNotification::Priority |
| Text const CNotificationsConsumerNotification::Title |