SetTextTagPos

Parameters
t texttag

The text tag to modify.

x real

x coordinate of the new position.

y real

y coordinate of the new position.

heightOffset real

z offset added.

comment

Sets the position of a text tag.

note

The absolute z coordinate is computed by terrain height at (x, y) + heightOffset when this function is called. This also considers walkable destructables. Later changes to the terrain height are not reacted to.

patch

1.07

Source
common.j
return type
nothing
Source code
native SetTextTagPos                takes texttag t, real x, real y, real heightOffset returns nothing