DayZ 1.28
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 строка 1265

1266 {
1267 return PlaySoundSet( sound, sound_set, fade_in, fade_out, true );
1268 }
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:1239

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