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

◆ EEHitByRemote()

override void ManBase::EEHitByRemote ( int damageType,
EntityAI source,
int component,
string dmgZone,
string ammo,
vector modelPos )
inlineprotected

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

1350 {
1351 super.EEHitByRemote(damageType, source, component, dmgZone, ammo, modelPos);
1352
1353 if (m_MeleeFightLogic.IsInBlock())
1354 {
1355 EffectSound sound = SEffectManager.PlaySoundOnObject("BlockingAttack_SoundSet", this);
1356 sound.SetAutodestroy(true);
1357 }
1358 }
class BoxCollidingParams component
ComponentInfo for BoxCollidingResult.
override void SetAutodestroy(bool auto_destroy)
Sets whether Effect automatically cleans up when it stops.
Определения EffectSound.c:603

Перекрестные ссылки component, SEffectManager::PlaySoundOnObject() и EffectSound::SetAutodestroy().