SetTextTagPermanent

Parameters
ttexttag

The text tag to modify.

flagboolean

true (a truthy value in Lua) for permanence, false (a falsy value in Lua) for temporariness.

comment

Makes a text tag permanent or temporary.

note

A temporary text tag will be subject to the fading process and to be destroyed after its lifespan.

note

Text tags are permanent on default.

note

A permanent text tag still ages.

note

When you make a text tag permanent during the fading process, the current alpha value will be reset to 255.

patch

1.18a

Source
common.j (raise an issue to discuss on Github or submit a PR)
return type
nothing
Source code
native SetTextTagPermanent          takes texttag t, boolean flag returns nothing