Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
gesturesmenu.c File Reference

Go to the source code of this file.

Data Structures

class  UIScriptedMenu
 Xbox menu. More...

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 GetBoundButtonText ()
bool GetCanPerformEmote ()
GestureCategories GetCategory ()
int GetID ()
string GetName ()
 Test name getter. Strictly for UI porposes!
Widget GetRadialItemCard ()
void SetCanPerformEmote (bool state)
void SetRadialItemCard (Widget widget)

Variables

bool m_CanPerformEmote
GestureCategories m_Category
EmoteBase m_EmoteClass
enum GestureCategories m_ID
string m_Name
Widget m_RadialMenuItemCard
Widget m_RadialMenuSelector

Enumeration Type Documentation

◆ GestureCategories

Enumerator
CATEGORIES 
CATEGORY_1 
CATEGORY_2 
CATEGORY_3 
CATEGORY_4 
CATEGORY_5 
CONSOLE_GESTURES 

Definition at line 1 of file gesturesmenu.c.

Function Documentation

◆ GestureMenuItem()

◆ GetBoundButtonText()

string GetBoundButtonText ( )
protected

Definition at line 42 of file gesturesmenu.c.

References g_Game, InputUtils::GetComboButtonNamesFromInput(), and m_EmoteClass.

◆ GetCanPerformEmote()

bool GetCanPerformEmote ( )
protected

Definition at line 100 of file gesturesmenu.c.

References m_CanPerformEmote.

◆ GetCategory()

GestureCategories GetCategory ( )
protected

Definition at line 80 of file gesturesmenu.c.

References m_Category.

◆ GetID()

int GetID ( )
protected

Definition at line 75 of file gesturesmenu.c.

References m_ID.

◆ GetRadialItemCard()

Widget GetRadialItemCard ( )
protected

Definition at line 85 of file gesturesmenu.c.

References m_RadialMenuItemCard.

◆ SetCanPerformEmote()

void SetCanPerformEmote ( bool state)
protected

Definition at line 95 of file gesturesmenu.c.

References m_CanPerformEmote.

◆ SetRadialItemCard()

void SetRadialItemCard ( Widget widget)
protected

Definition at line 90 of file gesturesmenu.c.

References m_RadialMenuItemCard.

Variable Documentation

◆ m_CanPerformEmote

bool m_CanPerformEmote
protected

Definition at line 18 of file gesturesmenu.c.

Referenced by GestureMenuItem(), GetCanPerformEmote(), and SetCanPerformEmote().

◆ m_Category

GestureCategories m_Category
protected

Definition at line 16 of file gesturesmenu.c.

◆ m_EmoteClass

EmoteBase m_EmoteClass
protected

Definition at line 17 of file gesturesmenu.c.

Referenced by GestureMenuItem(), and GetBoundButtonText().

◆ m_ID

enum GestureCategories m_ID

◆ m_Name

string m_Name
protected

Definition at line 15 of file gesturesmenu.c.

◆ m_RadialMenuItemCard

Widget m_RadialMenuItemCard
protected

Definition at line 21 of file gesturesmenu.c.

Referenced by GetRadialItemCard(), and SetRadialItemCard().

◆ m_RadialMenuSelector

Widget m_RadialMenuSelector
protected

Definition at line 20 of file gesturesmenu.c.