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

◆ bsbDebugSpam()

void bsbDebugSpam ( string s)

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

1321{
1322#ifdef BSB_DEBUG_SPAM
1323 PrintToRPT("" + s); // comment/uncomment to hide/see debug logs
1324#else
1325 //Print("" + s); // comment/uncomment to hide/see debug logs
1326#endif
1327}
proto void PrintToRPT(void var)
Prints content of variable to RPT file (performance warning - each write means fflush!...

Используется в ItemBase::SetPartFromSyncData().