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

◆ SetCurrentPosition()

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

Set the current world position of the managed effect.

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

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

484 {
485 if (updateCached)
486 SetPosition(pos);
487 }
void SetPosition(vector pos)
Set the world position of the Effect.
Определения Effect.c:463

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