Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_NotificationConfig Class Reference

Protected Member Functions

int GetNotificationData (out notnull array< ref SCR_NotificationDisplayData > data)
array< stringGetStickyNotifications ()
array< ref SCR_NotificationDisplayColor > GetNotificationDisplayColor ()

Protected Attributes

ref array< ref SCR_NotificationDisplayColor > m_aNotificationDisplayColor
ref array< stringm_aStickyNotifications
ref array< ref SCR_NotificationDisplayDatam_aNotificationDisplayData

Detailed Description

Definition at line 2 of file SCR_NotificationConfig.c.

Member Function Documentation

◆ GetNotificationData()

int SCR_NotificationConfig::GetNotificationData ( out notnull array< ref SCR_NotificationDisplayData > data)
inlineprotected

Get notification display data

Parameters
[out]dataAll the notification display data
Returns
Count of data array

Definition at line 18 of file SCR_NotificationConfig.c.

◆ GetNotificationDisplayColor()

array< ref SCR_NotificationDisplayColor > SCR_NotificationConfig::GetNotificationDisplayColor ( )
inlineprotected

Definition at line 33 of file SCR_NotificationConfig.c.

◆ GetStickyNotifications()

array< string > SCR_NotificationConfig::GetStickyNotifications ( )
inlineprotected

Definition at line 28 of file SCR_NotificationConfig.c.

Member Data Documentation

◆ m_aNotificationDisplayColor

ref array<ref SCR_NotificationDisplayColor> SCR_NotificationConfig::m_aNotificationDisplayColor
protected

Definition at line 5 of file SCR_NotificationConfig.c.

◆ m_aNotificationDisplayData

ref array<ref SCR_NotificationDisplayData> SCR_NotificationConfig::m_aNotificationDisplayData
protected

Definition at line 11 of file SCR_NotificationConfig.c.

◆ m_aStickyNotifications

ref array<string> SCR_NotificationConfig::m_aStickyNotifications
protected

Definition at line 8 of file SCR_NotificationConfig.c.


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