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

◆ bsbDebugSpam()

void bsbDebugSpam ( string s)

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

1301{
1302#ifdef BSB_DEBUG_SPAM
1303 PrintToRPT("" + s); // comment/uncomment to hide/see debug logs
1304#else
1305 //Print("" + s); // comment/uncomment to hide/see debug logs
1306#endif
1307}
proto void PrintToRPT(void var)
Prints content of variable to RPT file (performance warning - each write means fflush!...

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