Home
last modified time | relevance | path

Searched defs:NearestMoveableCell (Results 1 – 4 of 4) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/
H A DMobile.cs729 public CPos NearestMoveableCell(CPos target) in NearestMoveableCell() method in OpenRA.Mods.Common.Traits.Mobile
764 public CPos NearestMoveableCell(CPos target, int minRange, int maxRange) in NearestMoveableCell() method in OpenRA.Mods.Common.Traits.Mobile
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/Traits/
H A DTDGunboat.cs209 public CPos NearestMoveableCell(CPos cell) { return cell; } in NearestMoveableCell() method in OpenRA.Mods.Cnc.Traits.TDGunboat
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Air/
H A DAircraft.cs906 public CPos NearestMoveableCell(CPos cell) { return cell; } in NearestMoveableCell() method in OpenRA.Mods.Common.Traits.Aircraft
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/
H A DTraitsInterfaces.cs442 CPos NearestMoveableCell(CPos target); in NearestMoveableCell() method