Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
radialquickbarmenu.c File Reference

Go to the source code of this file.

Data Structures

class  UIScriptedMenu
 

Enumerations

enum  RadialQuickbarCategory { DEFAULT, SPECIALIZED_LIGHTS }
 

Functions

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

Variables

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

Enumeration Type Documentation

◆ RadialQuickbarCategory

Enumerator
DEFAULT 
SPECIALIZED_LIGHTS 

Definition at line 1 of file radialquickbarmenu.c.

Function Documentation

◆ GetCategorySwitchID()

int GetCategorySwitchID ( )

Definition at line 67 of file radialquickbarmenu.c.

◆ GetId()

int GetId ( )

Definition at line 57 of file radialquickbarmenu.c.

◆ GetItem()

EntityAI GetItem ( )

Definition at line 37 of file radialquickbarmenu.c.

◆ GetItemCategory()

int GetItemCategory ( )

Definition at line 62 of file radialquickbarmenu.c.

◆ GetItemName()

string GetItemName ( )

Definition at line 82 of file radialquickbarmenu.c.

◆ GetRadialItemCard()

Widget GetRadialItemCard ( )

Definition at line 72 of file radialquickbarmenu.c.

◆ IsLightSourceExtra()

bool IsLightSourceExtra ( )

Definition at line 47 of file radialquickbarmenu.c.

◆ IsNVGExtra()

bool IsNVGExtra ( )

Definition at line 52 of file radialquickbarmenu.c.

◆ RadialQuickbarItem()

void RadialQuickbarItem ( int  id,
EntityAI  item,
string  item_name,
int  category = RadialQuickbarCategory.DEFAULT,
int  category_switch = -1 
)

Definition at line 21 of file radialquickbarmenu.c.

◆ SetItem()

void SetItem ( EntityAI  item)

Definition at line 42 of file radialquickbarmenu.c.

◆ SetRadialItemCard()

void SetRadialItemCard ( Widget  widget)

Definition at line 77 of file radialquickbarmenu.c.

Variable Documentation

◆ m_Category

protected int m_Category

Definition at line 12 of file radialquickbarmenu.c.

◆ m_CategorySwitchID

protected int m_CategorySwitchID

Definition at line 13 of file radialquickbarmenu.c.

◆ m_Id

protected int m_Id

Definition at line 11 of file radialquickbarmenu.c.

◆ m_IsLightSourceExtra

enum RadialQuickbarCategory m_IsLightSourceExtra

◆ m_IsNVG

protected bool m_IsNVG

Definition at line 10 of file radialquickbarmenu.c.

◆ m_Item

protected EntityAI m_Item

Definition at line 14 of file radialquickbarmenu.c.

◆ m_ItemName

protected string m_ItemName

Definition at line 15 of file radialquickbarmenu.c.

◆ m_RadialMenuItemCard

protected Widget m_RadialMenuItemCard

Definition at line 19 of file radialquickbarmenu.c.

◆ m_RadialMenuSelector

protected Widget m_RadialMenuSelector

Definition at line 18 of file radialquickbarmenu.c.