4 [
Attribute(
"0",
desc:
"Set the icon visible in inventory hint.")]
5 protected bool m_bShowIconInInventory;
8 protected ref Color m_IconColor;
11 protected ref array<ref SCR_InventoryItemHintUIInfo> m_aItemHints;
24 return GetDescription();
30 return m_bShowIconInInventory;
36 return Color.FromInt(m_IconColor.PackToInt());
40 void GetItemHintArray(notnull out array<SCR_InventoryItemHintUIInfo> uiInfoArray)
44 foreach(SCR_InventoryItemHintUIInfo itemHint : m_aItemHints)
46 uiInfoArray.Insert(itemHint);