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

◆ HandleDamageHit()

bool DayZCreatureAI::HandleDamageHit ( int currentCommandID)
inlineprotected

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

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

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

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