DialogClearBJ
- Parameters
-
whichDialog dialog
- return type
nothing
- Source code
function DialogClearBJ takes dialog whichDialog returns nothing call DialogClear(whichDialog) endfunction
- Source
- Blizzard.j
- wc3modding.com
- DialogClearBJ
whichDialog | dialog |
nothing
function DialogClearBJ takes dialog whichDialog returns nothing
call DialogClear(whichDialog)
endfunction