SetTextTagPosBJ

Parameters
tt texttag
loc location
zOffset real
return type
nothing
Source code
function SetTextTagPosBJ takes texttag tt, location loc, real zOffset returns nothing
    call SetTextTagPos(tt, GetLocationX(loc), GetLocationY(loc), zOffset)
endfunction
Source
Blizzard.j
wc3modding.com
SetTextTagPosBJ