Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_NotificationPlayerAndAproxNumber.c
Go to the documentation of this file.
1
6
[
BaseContainerProps
(),
SCR_BaseContainerCustomTitleEnum
(
ENotification
,
"m_NotificationKey"
)]
7
class
SCR_NotificationPlayerAndAproxNumber
:
SCR_NotificationAproxNumber
8
{
9
//------------------------------------------------------------------------------------------------
10
override
string
GetText(
SCR_NotificationData
data
)
11
{
12
int
playerID;
13
data
.GetParams(playerID);
14
15
string
playerName;
16
data
.GetNotificationTextEntries(playerName);
17
if
(!GetPlayerName(playerID, playerName))
18
return
string
.Empty;
19
20
data
.SetNotificationTextEntries(playerName);
21
22
return
super.GetText(
data
);
23
}
24
}
SCR_BaseContainerCustomTitleEnum
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
Definition:
SCR_CampaignHintStorage.c:22
ENotification
ENotification
Definition:
ENotification.c:4
SCR_NotificationData
Definition:
SCR_NotificationData.c:6
SCR_NotificationPlayerAndAproxNumber
Definition:
SCR_NotificationPlayerAndAproxNumber.c:7
SCR_NotificationAproxNumber
Definition:
SCR_NotificationAproxNumber.c:7
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_NotificationPlayerAndAproxNumber.c
Generated by
1.8.17