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 () |
| Test name getter. Strictly for UI porposes! | |
| 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 |
| void GestureMenuItem | ( | int | id, |
| string | name, | ||
| GestureCategories | category | ||
| ) |
References Class::CastTo(), GetGame(), GetPlayer(), m_CanPerformEmote, m_Category, m_EmoteClass, m_ID, m_Name, and name.
Referenced by UIScriptedMenu::CreateGestureContent(), UIScriptedMenu::ExecuteSelectedCategory(), UIScriptedMenu::ExecuteSelectedItem(), UIScriptedMenu::GetGestureItems(), UIScriptedMenu::MarkSelected(), and UIScriptedMenu::UnmarkSelected().
| string GetBoundButtonText | ( | ) |
| bool GetCanPerformEmote | ( | ) |
References m_CanPerformEmote.
| GestureCategories GetCategory | ( | ) |
References m_Category.
| Widget GetRadialItemCard | ( | ) |
References m_RadialMenuItemCard.
| void SetCanPerformEmote | ( | bool | state | ) |
References m_CanPerformEmote.
| void SetRadialItemCard | ( | Widget | widget | ) |
References m_RadialMenuItemCard.
| protected bool m_CanPerformEmote |
Referenced by GestureMenuItem(), GetCanPerformEmote(), and SetCanPerformEmote().
| protected GestureCategories m_Category |
| protected EmoteBase m_EmoteClass |
Referenced by GestureMenuItem(), and GetBoundButtonText().
| enum GestureCategories m_ID |
| protected string m_Name |
| protected Widget m_RadialMenuItemCard |
Referenced by GetRadialItemCard(), and SetRadialItemCard().
| protected Widget m_RadialMenuSelector |