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

◆ actionDebugPrint()

void actionDebugPrint ( string s)

См. определение в файле 3_Game/Systems/Inventory/Debug.c строка 12

13{
14#ifdef LOG_TO_RPT
15 PrintToRPT("" + s); // comment/uncomment to hide/see debug logs
16#endif
17
18#ifdef LOG_TO_SCRIPT
19 Print(string.Format("%1", s));
20#endif
21}
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().