Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_NotificationInventoryItemName.c
Go to the documentation of this file.
1
6
[
BaseContainerProps
(),
SCR_BaseContainerCustomTitleEnum
(
ENotification
,
"m_NotificationKey"
)]
7
class
SCR_NotificationInventoryItemName
:
SCR_NotificationDisplayData
8
{
9
override
string
GetText(
SCR_NotificationData
data
)
10
{
11
RplId itemReplicationId;
12
data
.GetParams(itemReplicationId);
13
14
string
inventoryItemName;
15
data
.GetNotificationTextEntries(inventoryItemName);
16
17
if
(!GetInventoryItemName(itemReplicationId, inventoryItemName))
18
return
string
.Empty;
19
20
data
.SetNotificationTextEntries(inventoryItemName);
21
return
super.GetText(
data
);
22
}
23
};
SCR_NotificationDisplayData
Definition:
SCR_NotificationDisplayData.c:7
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
data
Get all prefabs that have the spawner data
Definition:
SCR_EntityCatalogManagerComponent.c:305
SCR_NotificationInventoryItemName
Definition:
SCR_NotificationInventoryItemName.c:7
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_NotificationInventoryItemName.c
Generated by
1.8.17