SetTextTagPosUnitBJ
- Parameters
tt texttagwhichUnit unitzOffset real- comment
- patch
1.18a
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
function SetTextTagPosUnitBJ takes texttag tt, unit whichUnit, real zOffset returns nothing call SetTextTagPosUnit(tt, whichUnit, zOffset) endfunction