Home
last modified time | relevance | path

Searched refs:MovementSpeedForCell (Results 1 – 3 of 3) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Activities/Move/
H A DVisualMoveIntoTarget.cs66 var speed = mobile.MovementSpeedForCell(self, self.Location); in Tick()
H A DMove.cs444 moveFraction += mobile.MovementSpeedForCell(self, mobile.ToCell); in InnerTick()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/
H A DMobile.cs725 var speed = MovementSpeedForCell(self, self.Location); in EstimatedMoveDuration()
747 public int MovementSpeedForCell(Actor self, CPos cell) in MovementSpeedForCell() method in OpenRA.Mods.Common.Traits.Mobile
821 var speed = MovementSpeedForCell(self, cell); in VisualMove()
863 init.Add(new HuskSpeedInit(MovementSpeedForCell(self, self.Location))); in IDeathActorInitModifier.ModifyDeathActorInit()