DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetKeyToUIElement()

static KeyToUIElement KeysToUIElements::GetKeyToUIElement ( int key_code)
inlinestaticprivate

См. определение в файле KeysToUIElements.c строка 31

32 {
33 if ( m_KeysToUIElements && m_KeysToUIElements.Contains(key_code) )
34 {
35 return m_KeysToUIElements.Get(key_code);
36 }
37
38 Debug.Log("Template ID: "+string.ToString(key_code)+" does not exist!", "KeysToUIElements -> GetKeysToUIElement()", "System", "Get KeysToUIElements", "None");
39 return NULL;
40 }
proto string ToString()
void Debug()
Определения UniversalTemperatureSource.c:349
ref map< int, ref KeyToUIElement > m_KeysToUIElements
Определения KeysToUIElements.c:11

Перекрестные ссылки Debug::Log(), m_KeysToUIElements и ToString().