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

◆ actionDebugPrint()

void actionDebugPrint ( string s)

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

11{
12#ifdef INV_DEBUG
13 PrintToRPT("" + s); // comment/uncomment to hide/see debug logs
14#else
15 Print("" + s); // comment/uncomment to hide/see debug logs
16#endif
17}
proto void Print(void var)
Prints content of variable to console/log.
proto void PrintToRPT(void var)
Prints content of variable to RPT file (performance warning - each write means fflush!...

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