SetTextTagLifespanBJ

Parameters
tt texttag
lifespan real
return type
nothing
Source code
function SetTextTagLifespanBJ takes texttag tt, real lifespan returns nothing
    call SetTextTagLifespan(tt, lifespan)
endfunction
Source
Blizzard.j
wc3modding.com
SetTextTagLifespanBJ