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

524 {
525 if (updateCached)
526 SetLocalPosition(pos);
527 }
void SetLocalPosition(vector pos)
Set the local position of the Effect.
Определения Effect.c:503

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