SetTextTagSuspendedBJ

Parameters
tt texttag
flag boolean
comment
patch

1.18a

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
nothing
Source code
function SetTextTagSuspendedBJ takes texttag tt, boolean flag returns nothing
    call SetTextTagSuspended(tt, flag)
endfunction