SetTextTagVisibility
- Parameters
-
t texttag
The text tag to modify.
flag boolean
true
(a truthy value in Lua) for showing,false
(a falsy value in Lua) for hiding. - comment
Sets the visibility of a text tag.
- patch
1.07
- Source
- common.j
- return type
nothing
- Source code
native SetTextTagVisibility takes texttag t, boolean flag returns nothing