Структуры данных | |
class | UIScriptedMenu |
Перечисления | |
enum | GestureCategories { CATEGORIES , CATEGORY_1 , CATEGORY_2 , CATEGORY_3 , CATEGORY_4 , CATEGORY_5 , CONSOLE_GESTURES } |
Функции | |
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 () |
Переменные | |
enum GestureCategories | m_ID |
string | m_Name |
GestureCategories | m_Category |
EmoteBase | m_EmoteClass |
bool | m_CanPerformEmote |
Widget | m_RadialMenuSelector |
Widget | m_RadialMenuItemCard |