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

◆ HandleDamageHit()

bool DayZCreatureAI::HandleDamageHit ( int currentCommandID)
inlineprotected

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

772 {
774 {
775 m_DamageHitToProcess = false;
776
777 if (currentCommandID != DayZAnimalConstants.COMMANDID_HIT)
778 {
780 }
781 return true;
782 }
783 return false;
784 }
int m_DamageHitType
Определения DayZAnimal.c:742
bool m_DamageHitToProcess
Определения DayZAnimal.c:741
proto native void StartCommand_Hit(int pType, int pDirection)
int m_DamageHitDirection
Определения DayZAnimal.c:743

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

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