SetTextTagPosUnitBJ
- Parameters
-
tt texttag
whichUnit unit
zOffset real
- comment
- patch
1.18a
- Source
- Blizzard.j
- return type
nothing
- Source code
function SetTextTagPosUnitBJ takes texttag tt, unit whichUnit, real zOffset returns nothing call SetTextTagPosUnit(tt, whichUnit, zOffset) endfunction