SetTextTagPosBJ
- Parameters
-
tt texttag
loc location
zOffset real
- comment
- patch
-
1.18a
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- 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