SetTextTagSuspended
- Parameters
-
t texttag
The text tag to modify.
flag boolean
true
(a truthy value in Lua) for suspending,false
(a falsy value in Lua) for resuming. - comment
-
Suspends or resumes the aging process of a text tag.
- note
-
This halts the aging process of the text tag, i.e., the velocity offset will be frozen and the fading process and lifespan will be frozen. Undoing the suspension will resume the aging process from the current age.
- note
-
During the suspension, you can set the age with
SetTextTagAge
. - patch
-
1.18a
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native SetTextTagSuspended takes texttag t, boolean flag returns nothing