ShowCustomCampaignButton
- Parameters
-
show boolean
whichButton integer
- comment
- patch
-
1.07
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
function ShowCustomCampaignButton takes boolean show, integer whichButton returns nothing call SetCustomCampaignButtonVisible(whichButton - 1, show) endfunction