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

◆ SetSoundAutodestroy()

void EffectSound::SetSoundAutodestroy ( bool auto_destroy)
inlineprotected

Sets whether EffectSound automatically cleans up when sound stops.

Аргументы
auto_destroybool Whether EffectSound automatically cleans up when sound stops

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

623 {
624 SetAutodestroy(auto_destroy);
625 }
override void SetAutodestroy(bool auto_destroy)
Sets whether Effect automatically cleans up when it stops.
Определения EffectSound.c:603

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