SetTextTagTextBJ
- Parameters
-
tt texttag
s string
size real
- comment
- patch
1.18a
- Source
- Blizzard.j
- 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