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

◆ TestSend()

void ManBase::TestSend ( )
inlineprotected

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

7426 {
7427 if (GetGame().IsClient()) return;
7428 RequestSoundEvent(1234);
7429 //Math.RandomInt(1,4096)
7430 }
override void RequestSoundEvent(EPlayerSoundEventID id, bool from_server_and_client=false)
Определения PlayerBase.c:7198
proto native CGame GetGame()

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