ManiaScript Trackmania 2020  30/10/2024
CNotificationsConsumer Class Reference

Manager of buddies instant messaging. More...

#include <2024_10_30.h>

Inheritance diagram for CNotificationsConsumer:
CNod

Public Types

enum  EFilterPriority { All, MoreThanMemo, MoreThanNotice }
 

Public Attributes

Array< CNotificationsConsumerEvent *const > Events
 
Array< CNotificationsConsumerNotification *const > Notifications
 
Array< CNotificationsConsumerNotification *const > FilteredNotifications
 
CNotificationsConsumer::EFilterPriority Filter_Priority
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

Manager of buddies instant messaging.

Definition at line 16163 of file 2024_10_30.h.

Member Enumeration Documentation

◆ EFilterPriority

Enumerator
All 
MoreThanMemo 
MoreThanNotice 

Definition at line 16168 of file 2024_10_30.h.

16168  {
16169  All,
16170  MoreThanMemo,
16172  };

Member Data Documentation

◆ Events

Array<CNotificationsConsumerEvent* const > CNotificationsConsumer::Events

Events

Definition at line 16176 of file 2024_10_30.h.

◆ Filter_Priority

CNotificationsConsumer::EFilterPriority CNotificationsConsumer::Filter_Priority

Definition at line 16188 of file 2024_10_30.h.

◆ FilteredNotifications

Array<CNotificationsConsumerNotification* const > CNotificationsConsumer::FilteredNotifications

Definition at line 16184 of file 2024_10_30.h.

◆ Notifications

Array<CNotificationsConsumerNotification* const > CNotificationsConsumer::Notifications

List of the Notifications.

Definition at line 16180 of file 2024_10_30.h.


The documentation for this class was generated from the following file:
CNotificationsConsumer::MoreThanNotice
@ MoreThanNotice
Definition: 2024_10_30.h:16171
CNotificationsConsumer::All
@ All
Definition: 2024_10_30.h:16169
CNotificationsConsumer::MoreThanMemo
@ MoreThanMemo
Definition: 2024_10_30.h:16170