SetTextTagAgeBJ

Parameters
tt texttag
age real
return type
nothing
Source code
function SetTextTagAgeBJ takes texttag tt, real age returns nothing
    call SetTextTagAge(tt, age)
endfunction
Source
Blizzard.j
wc3modding.com
SetTextTagAgeBJ