SetWebVisibility: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 12: Line 12:


== Example ==
== Example ==
__EDIT_ME__
<syntaxhighlight lang="Lua">
SetWebVisibility(web, WEB_HIDDEN) -- hides it completely
</syntaxhighlight>


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
{{WebFunctions}}

Latest revision as of 15:14, 7 January 2020

SetWebVisibility

Type: Function
Context: Client
Introduced: v1.0

Description

Used to set the web UI visibility mode.

Syntax

SetWebVisibility(web, visibility)

Parameters

Return Value

  • None

Example

SetWebVisibility(web, WEB_HIDDEN) -- hides it completely

See also