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

◆ SetLocalPosition()

void SetLocalPosition ( vector pos)
protected

Set the local position of the Effect.

Предупреждения
Only sets the cached variable, for immediate effect use SetCurrent variant
Аргументы
posvector The local position for the Effect

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

479 {
480 m_LocalPos = pos;
481 }
vector m_LocalPos
Cached local pos.
Определения Effect.c:60

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

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