DialogAddButtonBJ
- Parameters
-
whichDialog dialog
buttonText string
- return type
button
- Source code
function DialogAddButtonBJ takes dialog whichDialog, string buttonText returns button set bj_lastCreatedButton = DialogAddButton(whichDialog, buttonText,0) return bj_lastCreatedButton endfunction
- Source
- Blizzard.j
- wc3modding.com
- DialogAddButtonBJ