FoodUsed

comment
patch

1.00

Source
common.ai
return type
integer
Source code
function FoodUsed takes nothing returns integer
    return GetPlayerState(ai_player,PLAYER_STATE_RESOURCE_FOOD_USED)
endfunction