Merge pull request #4912 from pchote/exits

Clean up mobile world insertion.
This commit is contained in:
Matthias Mailänder
2014-03-20 11:58:46 +01:00
10 changed files with 73 additions and 63 deletions

View File

@@ -161,6 +161,8 @@ namespace OpenRA.Traits
Activity MoveTo(CPos cell, Actor ignoredActor);
Activity MoveWithinRange(Target target, WRange range);
Activity MoveFollow(Actor self, Target target, WRange range);
Activity MoveIntoWorld(Actor self, CPos cell);
Activity VisualMove(Actor self, WPos fromPos, WPos toPos);
CPos NearestMoveableCell(CPos target);
bool IsMoving { get; set; }
}