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

◆ SetOrientation()

void EffectParticle::SetOrientation ( vector ori)
inlineprotected

Set orientation of the EffectParticle.

Предупреждения
Only sets the cached variable, for immediate effect use SetCurrent variant
Аргументы
orivector Orientation in degrees (yaw, pitch, roll)

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

454 {
455 m_Orientation = ori;
456 }
vector m_Orientation
Orientation set by SetOrientation.
Определения EffectParticle.c:16

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

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