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

◆ wpnDebugSpamALot()

void wpnDebugSpamALot ( string s)

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

26{
27#ifdef WPN_DEBUG_SPAM_FREQ
28 PrintToRPT("" + s); // comment/uncomment to hide/see debug logs
29#else
30 //Print("" + s); // comment/uncomment to hide/see debug logs
31#endif
32}
proto void PrintToRPT(void var)
Prints content of variable to RPT file (performance warning - each write means fflush!...

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

Используется в HandleWeaponEvents() и HFSMBase< WeaponStateBase, WeaponEventBase, WeaponActionBase, WeaponGuardBase >::OnStoreSave().