SetTextTagPermanent
- Parameters
-
t texttag
The text tag to modify.
flag boolean
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 (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native SetTextTagPermanent takes texttag t, boolean flag returns nothing