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

◆ GetOrientation()

vector EffectParticle::GetOrientation ( )
inlineprotected

Get the orientation of the EffectParticle.

Предупреждения
Only gets the cached variable, for immediate effect use GetCurrent variant
Возвращает
vector The orientation of EffectParticle

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

464 {
465 return m_Orientation;
466 }
vector m_Orientation
Orientation set by SetOrientation.
Определения EffectParticle.c:16

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

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