FoodSpace

comment
patch

1.07

Source
common.ai
return type
integer
Source code
function FoodSpace takes nothing returns integer
    return FoodCap() - FoodUsed()
endfunction