@@ -34,7 +34,7 @@ void define_unit(py::module & m)
.def_property_readonly("progression_list",&Unit::getAllProgress,"Returns a list containing the progression on all the processes in order. Empty list if no process exists")
.def_property_readonly("current_ability_id",&Unit::getCurrentAbilityID,"The AbilityID of currently used ability")
.def_property_readonly("facing",&Unit::getFacing,"Direction the unit faces in radians (1 radian == 57.296 degrees)")
.def_property_readonly("radius",&Unit::getRadius,"Retruns the radius of the unit")
.def_property_readonly("radius",&Unit::getRadius,"Returns the radius of the unit")
.def_property_readonly("is_carrying_minerals",&Unit::isCarryingMinerals,"Returns if this unit is currently holding minerals")
.def_property_readonly("is_carrying_gas",&Unit::isCarryingGas,"Returns if this unit is currently holding gas")
.def_property_readonly("gas_left_in_refinery",&Unit::gasLeftInGeyser,"Amount of vespene left in the the refinery.")
...
...
@@ -55,7 +55,7 @@ void define_unit(py::module & m)