DialogAddButtonBJ
- Parameters
-
whichDialog dialog
buttonText string
- comment
- patch
1.00
- Source
- Blizzard.j
- 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