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