Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_NotificationsComponentClass Class Reference
Inheritance diagram for SCR_NotificationsComponentClass:
ScriptComponentClass

Protected Member Functions

SCR_NotificationDisplayData GetNotificationDisplayData (ENotification notificationID)
array< stringGetStickyNotifications ()
array< ref SCR_NotificationDisplayColor > GetNotificationDisplayColor ()
void SCR_NotificationsComponentClass (IEntityComponentSource componentSource, IEntitySource parentSource, IEntitySource prefabSource)

Protected Attributes

ResourceName m_sNotificationConfig
ref map< ENotification, ref SCR_NotificationDisplayDatam_mNotificationDisplayDataMap = new map<ENotification, ref SCR_NotificationDisplayData>()
ref SCR_NotificationConfig notificationConfig

Detailed Description

Definition at line 2 of file SCR_NotificationsComponent.c.

Constructor & Destructor Documentation

◆ SCR_NotificationsComponentClass()

void SCR_NotificationsComponentClass::SCR_NotificationsComponentClass ( IEntityComponentSource componentSource,
IEntitySource parentSource,
IEntitySource prefabSource )
inlineprotected
Parameters
[in]prefab

Definition at line 46 of file SCR_NotificationsComponent.c.

Member Function Documentation

◆ GetNotificationDisplayColor()

array< ref SCR_NotificationDisplayColor > SCR_NotificationsComponentClass::GetNotificationDisplayColor ( )
inlineprotected
Returns

Definition at line 37 of file SCR_NotificationsComponent.c.

◆ GetNotificationDisplayData()

SCR_NotificationDisplayData SCR_NotificationsComponentClass::GetNotificationDisplayData ( ENotification notificationID)
inlineprotected

Get notification display data from notification ID

Parameters
[in]notificationIDID of notification
Returns
DisplayData of notification

Definition at line 15 of file SCR_NotificationsComponent.c.

◆ GetStickyNotifications()

array< string > SCR_NotificationsComponentClass::GetStickyNotifications ( )
inlineprotected
Returns

Definition at line 30 of file SCR_NotificationsComponent.c.

Member Data Documentation

◆ m_mNotificationDisplayDataMap

ref map<ENotification, ref SCR_NotificationDisplayData> SCR_NotificationsComponentClass::m_mNotificationDisplayDataMap = new map<ENotification, ref SCR_NotificationDisplayData>()
protected

Definition at line 7 of file SCR_NotificationsComponent.c.

◆ m_sNotificationConfig

ResourceName SCR_NotificationsComponentClass::m_sNotificationConfig
protected

Definition at line 5 of file SCR_NotificationsComponent.c.

◆ notificationConfig

ref SCR_NotificationConfig SCR_NotificationsComponentClass::notificationConfig
protected

Definition at line 9 of file SCR_NotificationsComponent.c.


The documentation for this class was generated from the following file: