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

◆ SetupInitialTypes()

void CatchingContextTrapsBase::SetupInitialTypes ( )
inlineprotected

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

114 {
115 #ifdef DEVELOPER
116 if (IsCLIParam("catchingLogs"))
117 {
118 Print("********************"); //just for debug purposes to track the start
119 Print("dbgTrapz | START");
120 Print("********************");
121 }
122 #endif
123
124 super.SetupInitialTypes();
125
126 #ifdef DEVELOPER
127 if (IsCLIParam("catchingLogs"))
128 {
129 Print("***"); //just for debug purposes to track the start
130 }
131 #endif
132 }
proto void Print(void var)
Prints content of variable to console/log.
proto native bool IsCLIParam(string param)
Returns if command line argument is present.

Перекрестные ссылки IsCLIParam() и Print().

Используется в UpdateDataAndMasks().