![]() |
ManiaScript Trackmania 2020
14/07/2025
|
API for webservices notifications. More...
#include <2025_07_14.h>
Public Member Functions | |
| Void | TaskResult_Release (Ident TaskId) |
| Boolean | Notification_IsAvailable (Ident UserId) |
| CTaskResult_WSNotification | Notification_PopNext (Ident UserId) |
Public Attributes | |
| Array< CTaskResult *const > | TaskResults |
Public Attributes inherited from CNod | |
| Ident const | Id |
API for webservices notifications.
Definition at line 5581 of file 2025_07_14.h.
Check if a notification is available for the specified user.
| CTaskResult_WSNotification CWSNotificationManager::Notification_PopNext | ( | Ident | UserId | ) |
Retrieve the next available notification for the specified user.
| Array<CTaskResult* const > CWSNotificationManager::TaskResults |
Array of task results.
Definition at line 5586 of file 2025_07_14.h.