14 [
Attribute(
"0",
desc:
"If true than will never show this hint when item is in arsenal")]
15 protected bool m_bHideInArsenal;
28 switch (m_eShowWithInputDevice)
33 return GetGame().GetInputManager().IsUsingMouseAndKeyboard();
35 return !
GetGame().GetInputManager().IsUsingMouseAndKeyboard();
42 override bool SetIconTo(ImageWidget imageWidget)
47 if (!super.SetIconTo(imageWidget))
49 imageWidget.SetOpacity(0);
67 textWidget.SetText(GetItemHintName(item));