Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_NotificationConfig Interface Reference

Public Member Functions

int GetNotificationData (out notnull array< ref SCR_NotificationDisplayData > data)
 Get notification display data.
 
array< string > GetStickyNotifications ()
 
array< ref SCR_NotificationDisplayColorGetNotificationDisplayColor ()
 

Protected Attributes

ref array< ref SCR_NotificationDisplayColorm_aNotificationDisplayColor
 
ref array< string > m_aStickyNotifications
 
ref array< ref SCR_NotificationDisplayDatam_aNotificationDisplayData
 

Member Function Documentation

◆ GetNotificationData()

int SCR_NotificationConfig.GetNotificationData ( out notnull array< ref SCR_NotificationDisplayData data)

Get notification display data.

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

◆ GetNotificationDisplayColor()

array< ref SCR_NotificationDisplayColor > SCR_NotificationConfig.GetNotificationDisplayColor ( )

◆ GetStickyNotifications()

array< string > SCR_NotificationConfig.GetStickyNotifications ( )

Member Data Documentation

◆ m_aNotificationDisplayColor

ref array<ref SCR_NotificationDisplayColor> SCR_NotificationConfig.m_aNotificationDisplayColor
protected

◆ m_aNotificationDisplayData

ref array<ref SCR_NotificationDisplayData> SCR_NotificationConfig.m_aNotificationDisplayData
protected

◆ m_aStickyNotifications

ref array<string> SCR_NotificationConfig.m_aStickyNotifications
protected

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