GetGold

comment
patch

1.00

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