Trackmania Turbo ManiaScript Reference 2016.11.07.1615
A ManiaScript Reference of the Trackmania Turbo 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 CGameScriptNotificationsConsumerNotification::SetActivated | ( | ) |
The user has clicked on the Notification.
Void CGameScriptNotificationsConsumerNotification::SetRead | ( | ) |
The user has been displayed the Notification for a sufficient time.