DestroyTimerDialogBJ
- Parameters
-
td timerdialog
- return type
nothing
- Source code
function DestroyTimerDialogBJ takes timerdialog td returns nothing call DestroyTimerDialog(td) endfunction
- Source
- Blizzard.j
- wc3modding.com
- DestroyTimerDialogBJ
td | timerdialog |
nothing
function DestroyTimerDialogBJ takes timerdialog td returns nothing
call DestroyTimerDialog(td)
endfunction