Home
last modified time | relevance | path

Searched refs:get_current_and_max_structure (Results 1 – 3 of 3) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/default/python/AI/
H A DFleetUtilsAI.py691 def get_current_and_max_structure(fleet): function
H A Dfleet_orders.py601 ships_cur_health, ships_max_health = FleetUtilsAI.get_current_and_max_structure(fleet_id)
H A DAIFleetMission.py705 ships_cur_health, ships_max_health = FleetUtilsAI.get_current_and_max_structure(fleet_id)