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

◆ TestSend()

void ManBase::TestSend ( )
inlineprotected

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

7434 {
7435 if (GetGame().IsClient()) return;
7436 RequestSoundEvent(1234);
7437 //Math.RandomInt(1,4096)
7438 }
override void RequestSoundEvent(EPlayerSoundEventID id, bool from_server_and_client=false)
Определения PlayerBase.c:7206
proto native CGame GetGame()

Перекрестные ссылки GetGame() и RequestSoundEvent().