SetWebSize

From Onset Developer Wiki
Revision as of 23:15, 18 March 2020 by 28days (talk | contribs)
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

<syntaxhihlight lang='Lua'> SetWebSize(web, 1920, 1080) </syntaxhihlight>

See also