Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_NonrefundableItemHintUIInfo.c
Go to the documentation of this file.
1[BaseContainerProps(configRoot: true)]
2class SCR_NonrefundableItemHintUIInfo : SCR_InventoryItemHintUIInfo
3{
5
6 //------------------------------------------------------------------------------------------------
7 void SetContainsNonrefundableItem(bool containsNonRefundableItem)
8 {
9 m_bContainsNonRefundableItem = containsNonRefundableItem;
10 }
11
12 //------------------------------------------------------------------------------------------------
14 {
16 return GetDescription();
17 else
18 return GetName();
19 }
20}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
void SetContainsNonrefundableItem(bool containsNonRefundableItem)
override string GetItemHintName(InventoryItemComponent item)