SetTextTagLifespan
- Parameters
-
t texttag
The text tag to modify.
lifespan real
The new lifespan in seconds.
- comment
Sets the lifespan of a text tag.
- note
The lifespan governs at what age a non-permanent text tag will be destroyed.
- note
The lifespan is not added on top of the fadepoint and can be shorter than the fadepoint. The text tag won't fade in that case.
- note
The default life span is 100 seconds.
- patch
1.18a
- Source
- common.j
- return type
nothing
- Source code
native SetTextTagLifespan takes texttag t, real lifespan returns nothing