Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
radialquickbarmenu.c File Reference

Go to the source code of this file.

Classes

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
 
bool m_IsNVG
 
int m_Id
 
int m_Category
 
int m_CategorySwitchID
 
EntityAI m_Item
 
string m_ItemName
 
Widget m_RadialMenuSelector
 
Widget m_RadialMenuItemCard
 

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.

◆ GetId()

int GetId ( )
protected

Definition at line 57 of file radialquickbarmenu.c.

◆ GetItem()

EntityAI GetItem ( )
protected

Definition at line 37 of file radialquickbarmenu.c.

◆ GetItemCategory()

int GetItemCategory ( )
protected

Definition at line 62 of file radialquickbarmenu.c.

◆ GetItemName()

string GetItemName ( )
protected

Definition at line 82 of file radialquickbarmenu.c.

◆ GetRadialItemCard()

Widget GetRadialItemCard ( )
protected

Definition at line 72 of file radialquickbarmenu.c.

◆ IsLightSourceExtra()

bool IsLightSourceExtra ( )
protected

Definition at line 47 of file radialquickbarmenu.c.

◆ IsNVGExtra()

bool IsNVGExtra ( )
protected

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 )
protected

Definition at line 21 of file radialquickbarmenu.c.

◆ SetItem()

void SetItem ( EntityAI item)
protected

Definition at line 42 of file radialquickbarmenu.c.

◆ SetRadialItemCard()

void SetRadialItemCard ( Widget widget)
protected

Definition at line 77 of file radialquickbarmenu.c.

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.

◆ 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.

◆ 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.