SetWebSize

From Onset Developer Wiki
Revision as of 23:15, 18 March 2020 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SetWebSize

Type: Function
Context: Client
Introduced: v1.0

Description

Set the web UI size.

Syntax

SetWebSize(web, width, height)

Parameters

  • web
    The web identifier
  • width
    The width
  • height
    The height

Return Value

  • This function returns true on success.

Example

SetWebSize(web, 1920, 1080)

See also