DayZ 1.27
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 строка 458

459 {
460 if (updateCached)
461 SetPosition(pos);
462 }
void SetPosition(vector pos)
Set the world position of the Effect.
Определения Effect.c:438

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