SetTextTagTextBJ

Parameters
tt texttag
s string
size real
comment
patch

1.18a

Source
Blizzard.j (suggest an edit or discuss on Github)
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