SetTextTagTextBJ
- Parameters
-
tt texttag
s string
size real
- return type
nothing
- Source code
function SetTextTagTextBJ takes texttag tt, string s, real size returns nothing local real textHeight = TextTagSize2Height(size) call SetTextTagText(tt, s, textHeight) endfunction
- Source
- Blizzard.j
- wc3modding.com
- SetTextTagTextBJ