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

◆ SendDeathJuncture()

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

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

754 {
756 return;
757
758 DayZPlayerSyncJunctures.SendDeath(this, pAnimTypeDeath, pAnimHitDirDeath);
759 m_DeathJuctureSent = true;
760 }
bool m_DeathJuctureSent
Определения DayZPlayerImplement.c:521

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

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