Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_aircraft.h260 bool AIR_AircraftHasEnoughFuelOneWay(const aircraft_t* aircraft, const vec2_t destination);
H A Dcp_aircraft.cpp559 bool AIR_AircraftHasEnoughFuelOneWay (const aircraft_t* aircraft, const vec2_t destination) in AIR_AircraftHasEnoughFuelOneWay() function
811 if (!AIR_AircraftHasEnoughFuelOneWay(aircraft, base->pos)) in AIR_CheckMoveIntoNewHomebase()