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

◆ SetPosition()

proto native void SetPosition ( vector pos)

Set the world position of the Effect.

Предупреждения
Only sets the cached variable, for immediate effect use SetCurrent variant
Аргументы
posvector The world position for the Effect

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

439 {
440 m_Position = pos;
441 }
vector m_Position
Cached world position.
Определения Effect.c:41

Перекрестные ссылки m_Position.

Используется в Particle::AddAsChild(), EntityLightSource::AttachOnObject(), ScriptedWidgetEventHandler::CreateFollowedObject(), DayZSpectator::EOnFrame(), DynamicArea_Flare::EOnFrame(), BoatScript::FlipVehicle(), ScriptedWidgetEventHandler::GetPosition(), EntityLightSource::HandleDancingShadows(), PointLightBase::OnFrameLightSource(), OnPlacementComplete(), ManBase::OnStoreLoad(), ItemBase::PlaceOnGround(), SetCurrentPosition(), TrapSpawnBase::SetupTrap(), ItemBase::SetupTrapPlayer(), SetupTrapPlayer(), Particle::StopParticle() и UnlockServer().