Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
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};
ENotification
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
string GetText()
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
Get all prefabs that have the spawner data
Replication item identifier.
Definition RplId.c:14
bool GetInventoryItemName(RplId rplId, out string itemName)