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

Go to the source code of this file.

Data Structures

class  UIScriptedMenu
 Xbox menu. More...

Enumerations

enum  RadialQuickbarCategory { DEFAULT , SPECIALIZED_LIGHTS }

Functions

int GetCategorySwitchID ()
int GetId ()
EntityAI GetItem ()
int GetItemCategory ()
string GetItemName ()
Widget GetRadialItemCard ()
bool IsLightSourceExtra ()
bool IsNVGExtra ()
void RadialQuickbarItem (int id, EntityAI item, string item_name, int category=RadialQuickbarCategory.DEFAULT, int category_switch=-1)
void SetItem (EntityAI item)
void SetRadialItemCard (Widget widget)

Variables

int m_Category
int m_CategorySwitchID
int m_Id
enum RadialQuickbarCategory m_IsLightSourceExtra
bool m_IsNVG
EntityAI m_Item
string m_ItemName
Widget m_RadialMenuItemCard
Widget m_RadialMenuSelector

Enumeration Type Documentation

◆ RadialQuickbarCategory

Enumerator
DEFAULT 
SPECIALIZED_LIGHTS 

Definition at line 1 of file radialquickbarmenu.c.

Function Documentation

◆ GetCategorySwitchID()

int GetCategorySwitchID ( )
protected

Definition at line 67 of file radialquickbarmenu.c.

References m_CategorySwitchID.

◆ GetId()

int GetId ( )
protected

Definition at line 57 of file radialquickbarmenu.c.

References m_Id.

◆ GetItem()

EntityAI GetItem ( )
protected

◆ GetItemCategory()

int GetItemCategory ( )
protected

Definition at line 62 of file radialquickbarmenu.c.

References m_Category.

◆ GetItemName()

string GetItemName ( )
protected

Definition at line 82 of file radialquickbarmenu.c.

References m_ItemName.

◆ GetRadialItemCard()

Widget GetRadialItemCard ( )
protected

Definition at line 72 of file radialquickbarmenu.c.

References m_RadialMenuItemCard.

◆ IsLightSourceExtra()

bool IsLightSourceExtra ( )
protected

Definition at line 47 of file radialquickbarmenu.c.

References m_IsLightSourceExtra.

◆ IsNVGExtra()

bool IsNVGExtra ( )
protected

Definition at line 52 of file radialquickbarmenu.c.

References m_IsNVG.

◆ RadialQuickbarItem()

◆ SetItem()

void SetItem ( EntityAI item)
protected

Definition at line 42 of file radialquickbarmenu.c.

References m_Item.

◆ SetRadialItemCard()

void SetRadialItemCard ( Widget widget)
protected

Definition at line 77 of file radialquickbarmenu.c.

References m_RadialMenuItemCard.

Variable Documentation

◆ m_Category

int m_Category
protected

Definition at line 12 of file radialquickbarmenu.c.

◆ m_CategorySwitchID

int m_CategorySwitchID
protected

Definition at line 13 of file radialquickbarmenu.c.

Referenced by GetCategorySwitchID(), and RadialQuickbarItem().

◆ m_Id

int m_Id
protected

Definition at line 11 of file radialquickbarmenu.c.

◆ m_IsLightSourceExtra

enum RadialQuickbarCategory m_IsLightSourceExtra

◆ m_IsNVG

bool m_IsNVG
protected

Definition at line 10 of file radialquickbarmenu.c.

Referenced by IsNVGExtra(), and RadialQuickbarItem().

◆ m_Item

EntityAI m_Item
protected

Definition at line 14 of file radialquickbarmenu.c.

◆ m_ItemName

string m_ItemName
protected

Definition at line 15 of file radialquickbarmenu.c.

◆ m_RadialMenuItemCard

Widget m_RadialMenuItemCard
protected

Definition at line 19 of file radialquickbarmenu.c.

◆ m_RadialMenuSelector

Widget m_RadialMenuSelector
protected

Definition at line 18 of file radialquickbarmenu.c.