]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Replace xform.WorldPosition with xformSystem method for Setting/Getting (#30029)
authorPlykiya <58439124+Plykiya@users.noreply.github.com>
Tue, 6 Aug 2024 11:02:01 +0000 (04:02 -0700)
committerGitHub <noreply@github.com>
Tue, 6 Aug 2024 11:02:01 +0000 (21:02 +1000)
commita87efd7d0157a0c4074e639b1da923f5c335f663
treea21401a213921ea10a9e2981f1599aaf01d3ea81
parent7b3ff001297cc2722391dddb54674a7fc5d9cdcb
Replace xform.WorldPosition with xformSystem method for Setting/Getting (#30029)

* GET WORLD POSITON, ROTATION

* Missing parentheses

* ui system depndency

* the issue

* Unused

* Let the function do the transform

---------

Co-authored-by: plykiya <plykiya@protonmail.com>
35 files changed:
Content.Client/Chat/UI/SpeechBubble.cs
Content.Client/Explosion/ExplosionOverlay.cs
Content.Client/Fluids/PuddleOverlay.cs
Content.Client/Interaction/DragDropSystem.cs
Content.Client/Maps/GridDraggingSystem.cs
Content.Client/NPC/HTN/HTNOverlay.cs
Content.Client/NPC/NPCSteeringSystem.cs
Content.Client/NetworkConfigurator/NetworkConfiguratorLinkOverlay.cs
Content.Client/NodeContainer/NodeVisualizationOverlay.cs
Content.Client/Outline/TargetOutlineSystem.cs
Content.Client/Stealth/StealthSystem.cs
Content.Client/Tabletop/TabletopSystem.cs
Content.Client/UserInterface/Systems/Viewport/ViewportUIController.cs
Content.Client/Weapons/Melee/MeleeWeaponSystem.Effects.cs
Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs
Content.Server/Chemistry/EntitySystems/VaporSystem.cs
Content.Server/Commands/CommandUtils.cs
Content.Server/DeviceNetwork/Systems/WirelessNetworkSystem.cs
Content.Server/Dragon/DragonSystem.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.GridMap.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.cs
Content.Server/Hands/Systems/HandsSystem.cs
Content.Server/Maps/GridDraggingSystem.cs
Content.Server/Mech/Equipment/EntitySystems/MechGrabberSystem.cs
Content.Server/Movement/StressTestMovementSystem.cs
Content.Server/Pointing/EntitySystems/RoguePointingSystem.cs
Content.Server/Respawn/SpecialRespawnSystem.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs
Content.Server/Singularity/EntitySystems/ContainmentFieldGeneratorSystem.cs
Content.Server/Singularity/EntitySystems/ContainmentFieldSystem.cs
Content.Server/Solar/EntitySystems/PowerSolarSystem.cs
Content.Server/Worldgen/Systems/BaseWorldSystem.cs
Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ThrowArtifactSystem.cs
Content.Shared/Construction/Conditions/WallmountCondition.cs
Content.Shared/Tiles/FloorTileSystem.cs