SetTextTagLifespanBJ

Parameters
tt texttag
lifespan real
comment
patch

1.18a

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