|
DayZ 1.24
|
Go to the source code of this file.
Classes | |
| class | UIScriptedMenu |
Enumerations | |
| enum | RadialQuickbarCategory { DEFAULT , SPECIALIZED_LIGHTS } |
Functions | |
| void | RadialQuickbarItem (int id, EntityAI item, string item_name, int category=RadialQuickbarCategory.DEFAULT, int category_switch=-1) |
| EntityAI | GetItem () |
| void | SetItem (EntityAI item) |
| bool | IsLightSourceExtra () |
| bool | IsNVGExtra () |
| int | GetId () |
| int | GetItemCategory () |
| int | GetCategorySwitchID () |
| Widget | GetRadialItemCard () |
| void | SetRadialItemCard (Widget widget) |
| string | GetItemName () |
| Enumerator | |
|---|---|
| DEFAULT | |
| SPECIALIZED_LIGHTS | |
Definition at line 1 of file RadialQuickbarMenu.c.
|
protected |
Definition at line 67 of file RadialQuickbarMenu.c.
References m_CategorySwitchID.
|
protected |
|
protected |
Definition at line 37 of file RadialQuickbarMenu.c.
References m_Item.
Referenced by HandEventBase::CanPerformEvent(), InventoryItem::DamageItemInCargo(), ItemBase::GetStashedItem(), and ScriptedWidgetEventHandler::SetItemColor().
|
protected |
Definition at line 62 of file RadialQuickbarMenu.c.
References m_Category.
|
protected |
Definition at line 82 of file RadialQuickbarMenu.c.
References m_ItemName.
|
protected |
Definition at line 72 of file RadialQuickbarMenu.c.
References m_RadialMenuItemCard.
|
protected |
Definition at line 47 of file RadialQuickbarMenu.c.
References m_IsLightSourceExtra.
|
protected |
Definition at line 52 of file RadialQuickbarMenu.c.
References m_IsNVG.
|
protected |
Definition at line 21 of file RadialQuickbarMenu.c.
References m_Category, m_CategorySwitchID, m_Id, m_IsLightSourceExtra, m_IsNVG, m_Item, and m_ItemName.
Referenced by UIScriptedMenu::CheckForLightsAndNVG(), UIScriptedMenu::CreateContent(), UIScriptedMenu::GetItems(), UIScriptedMenu::MarkSelected(), UIScriptedMenu::PrimaryAction(), UIScriptedMenu::RefreshQuickbar(), and UIScriptedMenu::SecondaryAction().
Definition at line 42 of file RadialQuickbarMenu.c.
References m_Item.
Referenced by BleedingSourcesManagerBase::RemoveMostSignificantBleedingSourceEx().
Definition at line 77 of file RadialQuickbarMenu.c.
References m_RadialMenuItemCard.
|
protected |
Definition at line 12 of file RadialQuickbarMenu.c.
|
protected |
Definition at line 13 of file RadialQuickbarMenu.c.
Referenced by GetCategorySwitchID(), and RadialQuickbarItem().
|
protected |
Definition at line 11 of file RadialQuickbarMenu.c.
| enum RadialQuickbarCategory m_IsLightSourceExtra |
Referenced by IsLightSourceExtra(), and RadialQuickbarItem().
|
protected |
Definition at line 10 of file RadialQuickbarMenu.c.
Referenced by IsNVGExtra(), and RadialQuickbarItem().
|
protected |
Definition at line 14 of file RadialQuickbarMenu.c.
|
protected |
Definition at line 15 of file RadialQuickbarMenu.c.
|
protected |
Definition at line 19 of file RadialQuickbarMenu.c.
|
protected |
Definition at line 18 of file RadialQuickbarMenu.c.