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

◆ DbgPrintAimingImplement()

void DayZPlayerImplementAiming::DbgPrintAimingImplement ( string val)
inlineprotected

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

461 {
462 #ifdef DEVELOPER
463 if (GetDayZGame().IsAimLogEnabled())
464 Print("DayZPlayerImplementAiming | " + val);
465 #endif
466 }
DayZGame GetDayZGame()
Определения DayZGame.c:3870
proto void Print(void var)
Prints content of variable to console/log.

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

Используется в ApplyBreathingPattern(), CalculateWeight() и ProcessAimFilters().