ManiaScript Reference  2019-05
CNotificationsConsumerEvent Struct Reference
Inheritance diagram for CNotificationsConsumerEvent:
CNod

Public Types

enum  EType { NewNotification, NotificationChanged }
 

Public Attributes

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

Detailed Description

An event.

Member Enumeration Documentation

◆ EType

Enumerator
NewNotification 
NotificationChanged 

Member Data Documentation

◆ Notification

const CNotificationsConsumerNotification CNotificationsConsumerEvent::Notification

Notification concerned by the event.

◆ Type

const EType CNotificationsConsumerEvent::Type

Type of the event.