Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_NotificationsComponentClass Interface Reference
Inheritance diagram for SCR_NotificationsComponentClass:

Public Member Functions

SCR_NotificationDisplayData GetNotificationDisplayData (ENotification notificationID)
 Get notification display data from notification ID.
 
array< string > GetStickyNotifications ()
 
array< ref SCR_NotificationDisplayColorGetNotificationDisplayColor ()
 
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
 

Constructor & Destructor Documentation

◆ SCR_NotificationsComponentClass()

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

Member Function Documentation

◆ GetNotificationDisplayColor()

array< ref SCR_NotificationDisplayColor > SCR_NotificationsComponentClass.GetNotificationDisplayColor ( )
Returns

◆ GetNotificationDisplayData()

SCR_NotificationDisplayData SCR_NotificationsComponentClass.GetNotificationDisplayData ( ENotification notificationID)

Get notification display data from notification ID.

Parameters
[in]notificationIDID of notification
Returns
DisplayData of notification

◆ GetStickyNotifications()

array< string > SCR_NotificationsComponentClass.GetStickyNotifications ( )
Returns

Member Data Documentation

◆ m_mNotificationDisplayDataMap

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

◆ m_sNotificationConfig

ResourceName SCR_NotificationsComponentClass.m_sNotificationConfig
protected

◆ notificationConfig

ref SCR_NotificationConfig SCR_NotificationsComponentClass.notificationConfig
protected

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