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

◆ SetCurrentLocalPosition()

void SetCurrentLocalPosition ( vector pos,
bool updateCached = true )
protected

Set the current local position of the managed effect.

Аргументы
posvector The current local position for the managed effect
updateCachedbool Whether to update the cached variable

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

499 {
500 if (updateCached)
501 SetLocalPosition(pos);
502 }
void SetLocalPosition(vector pos)
Set the local position of the Effect.
Определения Effect.c:478

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