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

◆ StopSoundEvent()

override bool ManBase::StopSoundEvent ( EPlayerSoundEventID id,
bool is_from_server = false,
int param = 0 )
inlineprotected

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

7514 {
7515 if (!m_PlayerSoundEventHandler)
7516 return false;
7517
7518 return m_PlayerSoundEventHandler.StopRequest(id, is_from_server, param);
7519 }

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