DayZ 1.27
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 строка 729

730 {
731 super.SetCurrentLocalPosition(pos, updateCached);
732
733 if (m_SoundObject)
734 {
735 m_SoundObject.SetPosition(pos);
736 }
737 }
ref SoundObject m_SoundObject
Определения EffectSound.c:22

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

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