SetTextTagAgeBJ

Parameters
tt texttag
age real
comment
patch

1.18a

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