Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
KeysToUIElements Class Reference

Static Private Member Functions

static KeyToUIElement GetKeyToUIElement (int key_code)
static void Init ()
void RegisterKeyToUIElement (int key_code, string name, bool is_image_set)

Static Private Attributes

ref map< int, ref KeyToUIElementm_KeysToUIElements

Detailed Description

Definition at line 9 of file keystouielements.c.

Member Function Documentation

◆ GetKeyToUIElement()

KeyToUIElement GetKeyToUIElement ( int key_code)
inlinestaticprivate

Definition at line 31 of file keystouielements.c.

References Debug::Log(), m_KeysToUIElements, and ToString().

◆ Init()

void Init ( )
inlinestaticprivate

Definition at line 42 of file keystouielements.c.

References RegisterKeyToUIElement().

◆ RegisterKeyToUIElement()

void RegisterKeyToUIElement ( int key_code,
string name,
bool is_image_set )
inlinestaticprivate

Definition at line 13 of file keystouielements.c.

References Debug::Log(), m_KeysToUIElements, name, and ToString().

Referenced by Init().

Field Documentation

◆ m_KeysToUIElements

ref map<int, ref KeyToUIElement> m_KeysToUIElements
staticprivate

Definition at line 11 of file keystouielements.c.

Referenced by GetKeyToUIElement(), and RegisterKeyToUIElement().


The documentation for this class was generated from the following file: