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

◆ SendDeathJuncture()

void DayZPlayer::SendDeathJuncture ( int pAnimTypeDeath,
float pAnimHitDirDeath )
inlineprotected

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

778 {
780 return;
781
782 DayZPlayerSyncJunctures.SendDeath(this, pAnimTypeDeath, pAnimHitDirDeath);
783 m_DeathJuctureSent = true;
784 }
bool m_DeathJuctureSent
Определения DayZPlayerImplement.c:503

Перекрестные ссылки m_DeathJuctureSent и DayZPlayerSyncJunctures::SendDeath().

Используется в EEHitBy() и EEKilled().