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

Function CreateTextTag

Line
3459
Location
common.j
Constant?
no
Type
native
Arguments
nothing
Returns
texttag
3459
native CreateTextTag                takes nothing returns texttag
3460
native DestroyTextTag               takes texttag t 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