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

◆ RequestSoundEventStop()

override void ManBase::RequestSoundEventStop ( EPlayerSoundEventID id,
bool from_server_and_client = false,
int param = EPlayerSoundEventParam.STOP_PLAYBACK )
inlineprivate

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

7440 {
7441 if (from_server_and_client && GetInstanceType() == DayZPlayerInstanceType.INSTANCETYPE_CLIENT)
7442 {
7443 StopSoundEvent(id, false, param);
7444 return;
7445 }
7446
7447 SendSoundEventEx(id, param);
7448 }
override bool StopSoundEvent(EPlayerSoundEventID id, bool is_from_server=false, int param=0)
Определения PlayerBase.c:7513
void SendSoundEventEx(EPlayerSoundEventID id, int param=0)
Определения PlayerBase.c:7455
DayZPlayerInstanceType
defined in C++
Определения dayzplayer.c:1071
proto native DayZPlayerInstanceType GetInstanceType()

Перекрестные ссылки GetInstanceType(), SendSoundEventEx() и StopSoundEvent().

Используется в OnUnconsciousStart().