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

◆ PlaySoundSetLoop()

bool IEntity::PlaySoundSetLoop ( out EffectSound sound,
string sound_set,
float fade_in,
float fade_out )
inlineprivate

EffectSound - plays soundset on this object in loop and returns state of the sound (true - played, false - not played)

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

1283 {
1284 return PlaySoundSet( sound, sound_set, fade_in, fade_out, true );
1285 }
bool PlaySoundSet(out EffectSound sound, string sound_set, float fade_in, float fade_out, bool loop=false)
EffectSound - plays soundset on this object and returns state of the sound (true - played,...
Определения Object.c:1256

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