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

◆ PlaySound()

SoundOnVehicle IEntity::PlaySound ( string sound_name,
float range,
bool create_local = true )
inlineprivate

Plays the given sound once on this object's instance. Range is in meters. Created sound is only local, unless create_local is set to false. Returns the sound itself.

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

1232 {
1233 return g_Game.CreateSoundOnObject(this, sound_name, range, false, create_local);
1234 }
DayZGame g_Game
Определения DayZGame.c:3942

Перекрестные ссылки g_Game.