Home
last modified time | relevance | path

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

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Activities/Move/
H A DMove.cs342 if (move == null || !move.IsTraitEnabled() || !move.IsLeaving()) in CellIsEvacuating()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/
H A DMobile.cs413 public bool IsLeaving() in IsLeaving() method in OpenRA.Mods.Common.Traits.Mobile