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

◆ DbgPrintAimingImplement()

void DayZPlayerImplementAiming::DbgPrintAimingImplement ( string val)
inlineprotected

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

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

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

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