![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | UIScriptedMenu |
| Xbox menu. More... | |
Enumerations | |
| enum | RadialQuickbarCategory { DEFAULT , SPECIALIZED_LIGHTS } |
Functions | |
| int | GetCategorySwitchID () |
| int | GetId () |
| EntityAI | GetItem () |
| int | GetItemCategory () |
| string | GetItemName () |
| Widget | GetRadialItemCard () |
| bool | IsLightSourceExtra () |
| bool | IsNVGExtra () |
| void | RadialQuickbarItem (int id, EntityAI item, string item_name, int category=RadialQuickbarCategory.DEFAULT, int category_switch=-1) |
| void | SetItem (EntityAI item) |
| void | SetRadialItemCard (Widget widget) |
| 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 |
Definition at line 57 of file radialquickbarmenu.c.
References m_Id.
|
protected |
Definition at line 37 of file radialquickbarmenu.c.
References m_Item.
Referenced by HandEventBase::CanPerformEvent(), 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::HandleLights(), UIScriptedMenu::HandleNVG(), UIScriptedMenu::MarkSelected(), UIScriptedMenu::PrimaryAction(), UIScriptedMenu::RefreshQuickbar(), UIScriptedMenu::SecondaryAction(), and UIScriptedMenu::UpdateQuickbarItemCard().
|
protected |
Definition at line 42 of file radialquickbarmenu.c.
References m_Item.
|
protected |
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.