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

◆ SetAttachedLocalOri()

void SetAttachedLocalOri ( vector ori)
protected

Set local orientation for the Effectparticle to attach to when the Effect is started.

Предупреждения
Only caches it into a variable to be used by Start, does not live update when called afterwards
Заметки
Overrides the orientation set by EffectParticle.SetOrientation
Аргументы
orivector The local orientation to use on Start

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

604 {
605 m_LocalOri = ori;
606 }
vector m_LocalOri
Local orientation set by SetAttachedLocalOri, only used by EffectParticle.
Определения Effect.c:62

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

Используется в EffectParticle::AttachTo().