class RadialQuickbarItemSource
Constructors 1
void RadialQuickbarItem(int id, EntityAI item, string item_name, int category = RadialQuickbarCategory.DEFAULT, int category_switch = -1)References Class.Cast(), ItemBase.IsLightSource(), ItemBase.IsNVG()
Show 7 more
, m_Category, m_CategorySwitchID, m_Id, m_IsLightSourceExtra, m_IsNVG, m_Item, and m_ItemNameMembers 9
protected bool m_IsLightSourceExtraprotected bool m_IsNVGprotected int m_Idprotected int m_Categoryprotected int m_CategorySwitchIDprotected EntityAI m_Itemprotected string m_ItemNameprotected Widget m_RadialMenuSelectorprotected Widget m_RadialMenuItemCardMethods 10
bool IsLightSourceExtra()References m_IsLightSourceExtra
Referenced by RadialQuickbarMenu.PrimaryAction()
int GetCategorySwitchID()References m_CategorySwitchID
Widget GetRadialItemCard()References m_RadialMenuItemCard
void SetRadialItemCard(Widget widget)References m_RadialMenuItemCard
Referenced by RadialQuickbarMenu.CreateContent()