SetTextTagAge
- Parameters
-
t texttag
The text tag to modify.
age real
The new age in seconds.
- comment
-
Sets the age of a text tag.
- note
-
The age of a text tag governs its processes movement from velocity, fading and lifespan.
- note
-
A text tag starts with 0 age. It will steadily increment after the creation of the text tag unless text tag is suspended.
- note
-
You can set the age to a negative amount. The offset from velocity will then be inverted and fadepoint and lifespan longer to reach as expected.
- patch
-
1.18a
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native SetTextTagAge takes texttag t, real age returns nothing