CreateWebUI: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 13: Line 13:
{{FuncParamOptional|frameRate|rendering rate (default: 16)}}
{{FuncParamOptional|frameRate|rendering rate (default: 16)}}


{{FuncReturnValue|web}}
{{FuncReturnValue|web (number)}}


== Example ==
== Example ==

Revision as of 09:14, 29 September 2019

CreateWebUI

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

CreateWebUI(x, y, width, height [, zOrder, frameRate])

Parameters

  • x
    screen pixel x
  • y
    screen pixel y
  • width
    pixel width
  • height
    pixel height
  • zOrder (optional)
    order in which the webui's are rendered
  • frameRate (optional)
    rendering rate (default: 16)

Return Value

  • web (number)

Example

__EDIT_ME__

See also

__EDIT_ME__