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

◆ GetPivotIndex()

override int EffectSound::GetPivotIndex ( )
inlineprotected

Get parent pivot of the Effect, only valid when there is some GetParent.

Предупреждения
Only gets the cached variable
Возвращает
int The parent pivot of the Effect

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

682 {
683 if (m_SoundObject)
684 return m_SoundObject.GetHierarchyPivot();
685 else
686 return super.GetPivotIndex();
687 }
ref SoundObject m_SoundObject
Определения EffectSound.c:22

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