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

◆ botDebugSpam()

void botDebugSpam ( string s)

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

132{
133#ifdef BOT_DEBUG_SPAM
134 PrintToRPT("" + s); // comment/uncomment to hide/see debug logs
135#else
136 //Print("" + s); // comment/uncomment to hide/see debug logs
137#endif
138}
proto void PrintToRPT(void var)
Prints content of variable to RPT file (performance warning - each write means fflush!...

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

Используется в BotStateBase::OnTimeout(), BotStateBase::OnUpdate() и Bot::ProcessEvent().