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

◆ UniversalTemperatureSourceDebug()

void UniversalTemperatureSourceDebug ( )

keeps first iteration of parsed data from the m_Data

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

273 {
274 m_Header = "";
275 m_Data = "";
276 m_Pairs = new array<string>();
277 m_Names = new array<string>();
278 m_Values = new array<string>();
279 }
class ErrorHandlerModule m_Header
This is where to input logic and extend functionality of ErrorHandlerModule.
ref array< string > m_Pairs
values parsed from m_Pairs
Определения UniversalTemperatureSource.c:270
ref array< string > m_Names
Определения UniversalTemperatureSource.c:268
string m_Data
Определения UniversalTemperatureSource.c:267
ref array< string > m_Values
names parsed from m_Pairs
Определения UniversalTemperatureSource.c:269
Result for an object found in CGame.IsBoxCollidingGeometryProxy.

Перекрестные ссылки m_Data, m_Header, m_Names, m_Pairs и m_Values.