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

◆ UniversalTemperatureSourceDebug()

void UniversalTemperatureSourceDebug ( )

keeps first iteration of parsed data from the m_Data

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

263 {
264 m_Header = "";
265 m_Data = "";
266 m_Pairs = new array<string>();
267 m_Names = new array<string>();
268 m_Values = new array<string>();
269 }
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:260
ref array< string > m_Names
Определения UniversalTemperatureSource.c:258
string m_Data
Определения UniversalTemperatureSource.c:257
ref array< string > m_Values
names parsed from m_Pairs
Определения UniversalTemperatureSource.c:259
Result for an object found in CGame.IsBoxCollidingGeometryProxy.

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