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

◆ SendDeathJuncture()

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

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

746 {
748 return;
749
750 DayZPlayerSyncJunctures.SendDeath(this, pAnimTypeDeath, pAnimHitDirDeath);
751 m_DeathJuctureSent = true;
752 }
bool m_DeathJuctureSent
Определения DayZPlayerImplement.c:513

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

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