The search keyword must be a single word (no spaces).

Function SetTextTagText

Line
3461
Location
common.j
Constant?
no
Type
native
Arguments
texttag t, string s, real height
Returns
nothing
3461
native SetTextTagText               takes texttag t, string s, real height returns nothing
3462
native SetTextTagPos                takes texttag t, real x, real y, real heightOffset returns nothing
3463
native SetTextTagPosUnit            takes texttag t, unit whichUnit, real heightOffset returns nothing
3464
native SetTextTagColor              takes texttag t, integer red, integer green, integer blue, integer alpha returns nothing
3465
native SetTextTagVelocity           takes texttag t, real xvel, real yvel returns nothing
3466
native SetTextTagVisibility         takes texttag t, boolean flag returns nothing