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 
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