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

◆ PlaySoundLoop()

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

Plays the given sound in loop 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 строка 1237

1238 {
1239 return g_Game.CreateSoundOnObject(this, sound_name, range, true, create_local);
1240 }
DayZGame g_Game
Определения DayZGame.c:3942

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