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

◆ GetValue()

string GetValue ( int pIndex)

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

309 {
310 if (m_Values.Count() - 1 < pIndex)
311 {
312 Debug.Log(string.Format("GetValue index: %1 from data of length: %2", pIndex, m_Values.Count()), "UniversalTemperatureSourceDebug");
313 return "";
314 }
315
316 return m_Values.Get(pIndex);
317 }
ref array< string > m_Values
names parsed from m_Pairs
Определения UniversalTemperatureSource.c:259
static void Log(string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT)
Prints debug message with normal prio.
Определения Debug.c:122
Определения Debug.c:2

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