SetTextTagSuspendedBJ

Parameters
tt texttag
flag boolean
return type
nothing
Source code
function SetTextTagSuspendedBJ takes texttag tt, boolean flag returns nothing
    call SetTextTagSuspended(tt, flag)
endfunction
Source
Blizzard.j
wc3modding.com
SetTextTagSuspendedBJ