Home
last modified time | relevance | path

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

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Activities/Move/
H A DMove.cs218 QueueChild(new MoveFirstHalf(this, from, to, mobile.Facing, mobile.Facing, 0)); in Tick()
486 class MoveFirstHalf : MovePart class in OpenRA.Mods.Common.Activities.Move
488 …public MoveFirstHalf(Move move, WPos from, WPos to, int fromFacing, int toFacing, int startingFrac… in MoveFirstHalf() method in OpenRA.Mods.Common.Activities.Move.MoveFirstHalf
512 var ret = new MoveFirstHalf( in OnComplete()