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

464 {
465 m_Position = pos;
466 }
vector m_Position
Cached world position.
Определения Effect.c:43

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

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