ManiaScript Trackmania 2020  14/07/2025
CNotificationsConsumerEvent Class Reference

An event. More...

#include <2025_07_14.h>

Inheritance diagram for CNotificationsConsumerEvent:
CNod

Public Types

enum  EType { NewNotification, NotificationChanged }
 

Public Attributes

CNotificationsConsumerEvent::EType const Type
 
CNotificationsConsumerNotification *const Notification
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

An event.

Definition at line 20653 of file 2025_07_14.h.

Member Enumeration Documentation

◆ EType

Enumerator
NewNotification 
NotificationChanged 

Definition at line 20658 of file 2025_07_14.h.

20658  {
20661  };

Member Data Documentation

◆ Notification

CNotificationsConsumerNotification* const CNotificationsConsumerEvent::Notification

Notification concerned by the event.

Definition at line 20669 of file 2025_07_14.h.

◆ Type

CNotificationsConsumerEvent::EType const CNotificationsConsumerEvent::Type

Type of the event.

Definition at line 20665 of file 2025_07_14.h.


The documentation for this class was generated from the following file:
CNotificationsConsumerEvent::NotificationChanged
@ NotificationChanged
Definition: 2025_07_14.h:20660
CNotificationsConsumerEvent::NewNotification
@ NewNotification
Definition: 2025_07_14.h:20659