![]() |
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 | GestureCategories { CATEGORIES, CATEGORY_1, CATEGORY_2, CATEGORY_3, CATEGORY_4, CATEGORY_5, CONSOLE_GESTURES } |
Functions | |
| void | GestureMenuItem (int id, string name, GestureCategories category) |
| string | GetName () |
| Gets the name which is set for the ParticleManager, default is "ParticleSourceManager". More... | |
| string | GetBoundButtonText () |
| int | GetID () |
| GestureCategories | GetCategory () |
| Widget | GetRadialItemCard () |
| void | SetRadialItemCard (Widget widget) |
| void | SetCanPerformEmote (bool state) |
| bool | GetCanPerformEmote () |
Variables | |
| enum GestureCategories | m_ID |
| protected string | m_Name |
| protected GestureCategories | m_Category |
| protected EmoteBase | m_EmoteClass |
| protected bool | m_CanPerformEmote |
| protected Widget | m_RadialMenuSelector |
| protected Widget | m_RadialMenuItemCard |
| enum GestureCategories |
| Enumerator | |
|---|---|
| CATEGORIES | |
| CATEGORY_1 | |
| CATEGORY_2 | |
| CATEGORY_3 | |
| CATEGORY_4 | |
| CATEGORY_5 | |
| CONSOLE_GESTURES | |
Definition at line 1 of file gesturesmenu.c.
| void GestureMenuItem | ( | int | id, |
| string | name, | ||
| GestureCategories | category | ||
| ) |
Definition at line 23 of file gesturesmenu.c.
| string GetBoundButtonText | ( | ) |
Definition at line 42 of file gesturesmenu.c.
| bool GetCanPerformEmote | ( | ) |
Definition at line 100 of file gesturesmenu.c.
| GestureCategories GetCategory | ( | ) |
Definition at line 80 of file gesturesmenu.c.
| int GetID | ( | ) |
Definition at line 75 of file gesturesmenu.c.
| Widget GetRadialItemCard | ( | ) |
Definition at line 85 of file gesturesmenu.c.
| void SetCanPerformEmote | ( | bool | state | ) |
Definition at line 95 of file gesturesmenu.c.
| void SetRadialItemCard | ( | Widget | widget | ) |
Definition at line 90 of file gesturesmenu.c.
| protected bool m_CanPerformEmote |
Definition at line 18 of file gesturesmenu.c.
| protected GestureCategories m_Category |
Definition at line 16 of file gesturesmenu.c.
| protected EmoteBase m_EmoteClass |
Definition at line 17 of file gesturesmenu.c.
| enum GestureCategories m_ID |
| protected string m_Name |
Definition at line 15 of file gesturesmenu.c.
| protected Widget m_RadialMenuItemCard |
Definition at line 21 of file gesturesmenu.c.
| protected Widget m_RadialMenuSelector |
Definition at line 20 of file gesturesmenu.c.