DayZ 1.28
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 строка 608

609 {
610 SetLocalPosition(pos);
611 }
void SetLocalPosition(vector pos)
Set the local position of the Effect.
Определения Effect.c:503

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