DestroyTextTagBJ
- Parameters
-
tt texttag
- return type
nothing
- Source code
function DestroyTextTagBJ takes texttag tt returns nothing call DestroyTextTag(tt) endfunction
- Source
- Blizzard.j
- wc3modding.com
- DestroyTextTagBJ
tt | texttag |
nothing
function DestroyTextTagBJ takes texttag tt returns nothing
call DestroyTextTag(tt)
endfunction