SetWebVisibility

From Onset Developer Wiki
Revision as of 15:14, 7 January 2020 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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