SetTextTagFadepointBJ

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