![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| 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 () |
Variables | |
| enum RadialQuickbarCategory | m_IsLightSourceExtra |
| protected bool | m_IsNVG |
| protected int | m_Id |
| protected int | m_Category |
| protected int | m_CategorySwitchID |
| protected EntityAI | m_Item |
| protected string | m_ItemName |
| protected Widget | m_RadialMenuSelector |
| protected Widget | m_RadialMenuItemCard |
| Enumerator | |
|---|---|
| DEFAULT | |
| SPECIALIZED_LIGHTS | |
Definition at line 1 of file radialquickbarmenu.c.
| int GetCategorySwitchID | ( | ) |
Definition at line 67 of file radialquickbarmenu.c.
| int GetId | ( | ) |
Definition at line 57 of file radialquickbarmenu.c.
| EntityAI GetItem | ( | ) |
Definition at line 37 of file radialquickbarmenu.c.
| int GetItemCategory | ( | ) |
Definition at line 62 of file radialquickbarmenu.c.
| string GetItemName | ( | ) |
Definition at line 82 of file radialquickbarmenu.c.
| Widget GetRadialItemCard | ( | ) |
Definition at line 72 of file radialquickbarmenu.c.
| bool IsLightSourceExtra | ( | ) |
Definition at line 47 of file radialquickbarmenu.c.
| bool IsNVGExtra | ( | ) |
Definition at line 52 of file radialquickbarmenu.c.
| void RadialQuickbarItem | ( | int | id, |
| EntityAI | item, | ||
| string | item_name, | ||
| int | category = RadialQuickbarCategory.DEFAULT, |
||
| int | category_switch = -1 |
||
| ) |
Definition at line 21 of file radialquickbarmenu.c.
| void SetItem | ( | EntityAI | item | ) |
Definition at line 42 of file radialquickbarmenu.c.
| void SetRadialItemCard | ( | Widget | widget | ) |
Definition at line 77 of file radialquickbarmenu.c.
| protected int m_Category |
Definition at line 12 of file radialquickbarmenu.c.
| protected int m_CategorySwitchID |
Definition at line 13 of file radialquickbarmenu.c.
| protected int m_Id |
Definition at line 11 of file radialquickbarmenu.c.
| enum RadialQuickbarCategory m_IsLightSourceExtra |
| protected bool m_IsNVG |
Definition at line 10 of file radialquickbarmenu.c.
| protected EntityAI m_Item |
Definition at line 14 of file radialquickbarmenu.c.
| protected string m_ItemName |
Definition at line 15 of file radialquickbarmenu.c.
| protected Widget m_RadialMenuItemCard |
Definition at line 19 of file radialquickbarmenu.c.
| protected Widget m_RadialMenuSelector |
Definition at line 18 of file radialquickbarmenu.c.