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

◆ SetCurrentLocalPosition()

override void EffectSound::SetCurrentLocalPosition ( vector pos,
bool updateCached = true )
inlineprotected

Set the current local position of the managed sound.

Аргументы
posvector The current local position for the managed sound
updateCachedbool Whether to update the cached variable

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

743 {
744 super.SetCurrentLocalPosition(pos, updateCached);
745
746 if (m_SoundObject)
747 {
748 m_SoundObject.SetPosition(pos);
749 }
750 }
ref SoundObject m_SoundObject
Определения EffectSound.c:22

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

Используется в SoundPlayEx().