The search keyword must be a single word (no spaces).

Function FoodAvail

Line
2297
Location
common.ai
Constant?
no
Type
function
Arguments
integer base
Returns
integer
2297
function FoodAvail takes integer base returns integer
2298
    return GetFoodMade(racial_farm) * TownCount(racial_farm) + GetFoodMade(base) * TownCount(base)
2299
endfunction