SetTextTagPermanentBJ

Parameters
tt texttag
flag boolean
comment
patch

1.18a

Source
Blizzard.j
return type
nothing
Source code
function SetTextTagPermanentBJ takes texttag tt, boolean flag returns nothing
    call SetTextTagPermanent(tt, flag)
endfunction