ManiaScript Trackmania 2020  30/10/2024
CNotificationsConsumerEvent Class Reference

An event. More...

#include <2024_10_30.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 20625 of file 2024_10_30.h.

Member Enumeration Documentation

◆ EType

Enumerator
NewNotification 
NotificationChanged 

Definition at line 20630 of file 2024_10_30.h.

20630  {
20633  };

Member Data Documentation

◆ Notification

CNotificationsConsumerNotification* const CNotificationsConsumerEvent::Notification

Notification concerned by the event.

Definition at line 20641 of file 2024_10_30.h.

◆ Type

CNotificationsConsumerEvent::EType const CNotificationsConsumerEvent::Type

Type of the event.

Definition at line 20637 of file 2024_10_30.h.


The documentation for this class was generated from the following file:
CNotificationsConsumerEvent::NotificationChanged
@ NotificationChanged
Definition: 2024_10_30.h:20632
CNotificationsConsumerEvent::NewNotification
@ NewNotification
Definition: 2024_10_30.h:20631