Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_NotificationEntityCallsign.c
Go to the documentation of this file.
1
6
[
BaseContainerProps
(),
SCR_BaseContainerCustomTitleEnum
(
ENotification
,
"m_NotificationKey"
)]
7
class
SCR_NotificationEntityCallsign
:
SCR_NotificationEditableEntity
8
{
9
override
string
GetText(
SCR_NotificationData
data
)
10
{
11
int
entityID;
12
data
.GetParams(entityID);
13
14
string
callsign;
15
data
.GetNotificationTextEntries(callsign);
16
if
(!GetEntityCallsign(entityID, callsign))
17
return
string
.Empty;
18
19
data
.SetNotificationTextEntries(callsign);
20
return
super.GetText(
data
);
21
}
22
};
SCR_NotificationEditableEntity
Definition:
SCR_NotificationEditableEntity.c:7
SCR_BaseContainerCustomTitleEnum
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
Definition:
SCR_CampaignHintStorage.c:22
ENotification
ENotification
Definition:
ENotification.c:4
SCR_NotificationEntityCallsign
Definition:
SCR_NotificationEntityCallsign.c:7
SCR_NotificationData
Definition:
SCR_NotificationData.c:6
data
Get all prefabs that have the spawner data
Definition:
SCR_EntityCatalogManagerComponent.c:305
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition:
SCR_AIGoalReaction.c:468
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Network
Notifications
NotificationDisplayData
SCR_NotificationEntityCallsign.c
Generated by
1.8.17