SetTextTagFadepointBJ

Parameters
tt texttag
fadepoint real
comment
patch

1.18a

Source
Blizzard.j
return type
nothing
Source code
function SetTextTagFadepointBJ takes texttag tt, real fadepoint returns nothing
    call SetTextTagFadepoint(tt, fadepoint)
endfunction