Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_NotificationConfig.c
Go to the documentation of this file.
1
[
BaseContainerProps
(configRoot:
true
)]
2
class
SCR_NotificationConfig
3
{
4
[
Attribute
(
desc
:
"Notification Color array. Each enum can have it's own color"
)]
5
protected
ref array<ref SCR_NotificationDisplayColor>
m_aNotificationDisplayColor
;
6
7
[
Attribute
(
desc
:
"List of Widgetnames for Sticky notifications."
)]
8
protected
ref array<string>
m_aStickyNotifications
;
9
10
[
Attribute
(
desc
:
"List of notifications that can be assigned to the SCR_NotificationsComponent and be called via static functions within the same component"
)]
11
protected
ref array<ref SCR_NotificationDisplayData>
m_aNotificationDisplayData
;
12
18
int
GetNotificationData
(out notnull array<ref SCR_NotificationDisplayData>
data
)
19
{
20
data
.Clear();
21
22
foreach
(
SCR_NotificationDisplayData
notification:
m_aNotificationDisplayData
)
23
data
.Insert(notification);
24
25
return
m_aNotificationDisplayData
.Count();
26
}
27
28
array<string>
GetStickyNotifications
()
29
{
30
return
m_aStickyNotifications
;
31
}
32
33
array<ref SCR_NotificationDisplayColor>
GetNotificationDisplayColor
()
34
{
35
return
m_aNotificationDisplayColor
;
36
}
37
};
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
data
Get all prefabs that have the spawner data
Definition
SCR_EntityCatalogManagerComponent.c:320
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition
SCR_RespawnBriefingComponent.c:17
SCR_NotificationConfig
Definition
SCR_NotificationConfig.c:3
SCR_NotificationConfig::m_aNotificationDisplayData
ref array< ref SCR_NotificationDisplayData > m_aNotificationDisplayData
Definition
SCR_NotificationConfig.c:11
SCR_NotificationConfig::GetNotificationData
int GetNotificationData(out notnull array< ref SCR_NotificationDisplayData > data)
Definition
SCR_NotificationConfig.c:18
SCR_NotificationConfig::GetNotificationDisplayColor
array< ref SCR_NotificationDisplayColor > GetNotificationDisplayColor()
Definition
SCR_NotificationConfig.c:33
SCR_NotificationConfig::m_aStickyNotifications
ref array< string > m_aStickyNotifications
Definition
SCR_NotificationConfig.c:8
SCR_NotificationConfig::GetStickyNotifications
array< string > GetStickyNotifications()
Definition
SCR_NotificationConfig.c:28
SCR_NotificationConfig::m_aNotificationDisplayColor
ref array< ref SCR_NotificationDisplayColor > m_aNotificationDisplayColor
Definition
SCR_NotificationConfig.c:5
SCR_NotificationDisplayData
Definition
SCR_NotificationDisplayData.c:8
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
Network
Notifications
NotificationDisplayData
SCR_NotificationConfig.c
Generated by
1.17.0