SetWebVisibility: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
== Example == | == Example == | ||
<syntaxhighlight lang="Lua"> | |||
SetWebVisibility(web, WEB_HIDDEN) -- hides it completely | |||
</syntaxhighlight> | |||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{WebFunctions}} |
Latest revision as of 15:14, 7 January 2020
Description
Used to set the web UI visibility mode.
Syntax
SetWebVisibility(web, visibility)
Parameters
- web
The web identifier - visibility
The WebVisibility enum
Return Value
- None
Example
SetWebVisibility(web, WEB_HIDDEN) -- hides it completely