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

◆ StopSound()

void SymptomBase::StopSound ( EPlayerSoundEventID id)
inlineprivate

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

264 {
265 GetPlayer().RequestSoundEventStop(id);
266 m_PlayedSound = false;
267 }
PlayerBase GetPlayer()
Определения StateBase.c:154
bool m_PlayedSound
Определения StateBase.c:6

Перекрестные ссылки GetPlayer() и m_PlayedSound.