ShowCustomCampaignButton

Parameters
show boolean
whichButton integer
comment
patch

1.07

Source
Blizzard.j
return type
nothing
Source code
function ShowCustomCampaignButton takes boolean show, integer whichButton returns nothing
    call SetCustomCampaignButtonVisible(whichButton - 1, show)
endfunction