Home
last modified time | relevance | path

Searched defs:CanLand (Results 1 – 6 of 6) sorted by relevance

/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DPolitics.cpp130 bool Politics::CanLand(const Ship &ship, const Planet *planet) const in CanLand() function in Politics
146 bool Politics::CanLand(const Planet *planet) const in CanLand() function in Politics
H A DPlanet.cpp533 bool Planet::CanLand(const Ship &ship) const in CanLand() function in Planet
540 bool Planet::CanLand() const in CanLand() function in Planet
H A DShip.cpp2442 bool Ship::CanLand() const in CanLand() function in Ship
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_vehicle.cpp154 bool Game_Vehicle::CanLand() const { in CanLand() function in Game_Vehicle
/dports/games/spring/spring_98.0/rts/Sim/MoveTypes/
H A DHoverAirMoveType.h57 …bool CanLand(bool busy) const { return (!busy && ((!dontLand && autoLand) || (reservedPad != NULL)… in CanLand() function
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Air/
H A DAircraft.cs589 …public bool CanLand(IEnumerable<CPos> cells, Actor dockingActor = null, bool blockedByMobile = tru… in CanLand() method in OpenRA.Mods.Common.Traits.Aircraft
598 public bool CanLand(CPos cell, Actor dockingActor = null, bool blockedByMobile = true) in CanLand() method in OpenRA.Mods.Common.Traits.Aircraft