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

◆ SetAttachedLocalPos()

void SetAttachedLocalPos ( vector pos)
protected

Set local pos for the Effect relative to the parent.

Аргументы
posvector The local pos relative to the parent

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

584 {
585 SetLocalPosition(pos);
586 }
void SetLocalPosition(vector pos)
Set the local position of the Effect.
Определения Effect.c:478

Перекрестные ссылки SetLocalPosition().