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

◆ SelectSoundID()

void EatingVoiceOverrideBase::SelectSoundID ( )
inlineprotected

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

28 {
29 string cfgPath = "cfgVehicles " + m_Player.GetItemInHands().GetType() + " AnimEvents Sound VoiceEatOverride eating_loop_default";
30 if (GetGame().ConfigIsExisting(cfgPath))
31 m_ReplacedSoundAnimID = GetGame().ConfigGetInt(cfgPath);
32 }
PlayerBase m_Player
Определения ReplaceSoundEventBase.c:8
int m_ReplacedSoundAnimID
Определения ReplaceSoundEventBase.c:6
DayZGame GetGame()
Определения gameplay.c:636

Перекрестные ссылки GetGame(), ReplaceSoundEventBase::m_Player и ReplaceSoundEventBase::m_ReplacedSoundAnimID.