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

◆ HandleDamageHit()

bool DayZCreatureAI::HandleDamageHit ( int currentCommandID)
inlineprotected

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

818 {
820 {
821 m_DamageHitToProcess = false;
822
823 if (currentCommandID != DayZAnimalConstants.COMMANDID_HIT)
824 {
826 }
827 return true;
828 }
829 return false;
830 }
int m_DamageHitType
Определения DayZAnimal.c:788
bool m_DamageHitToProcess
Определения DayZAnimal.c:787
proto native void StartCommand_Hit(int pType, int pDirection)
int m_DamageHitDirection
Определения DayZAnimal.c:789

Перекрестные ссылки m_DamageHitDirection, m_DamageHitToProcess, m_DamageHitType и StartCommand_Hit().

Используется в CommandHandler().