CreateWebUI: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|CreateWebUI(x, y, width, height [, ZOrder, FrameRate])}} {{FuncParameters}} {{FuncParam|x|__EDIT_M...")
 
No edit summary
Line 3: Line 3:
{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|__EDIT_ME__}}


{{FuncSyntax|CreateWebUI(x, y, width, height [, ZOrder, FrameRate])}}
{{FuncSyntax|CreateWebUI(x, y, width, height [, zOrder, frameRate])}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|x|__EDIT_ME__}}
{{FuncParam|x|screen pixel x}}
{{FuncParam|y|__EDIT_ME__}}
{{FuncParam|y|screen pixel y}}
{{FuncParam|width|__EDIT_ME__}}
{{FuncParam|width|pixel width}}
{{FuncParam|height |__EDIT_ME__}}
{{FuncParam|height |pixel height}}
{{FuncParam|ZOrder|__EDIT_ME__}}
{{FuncParamOptional|zOrder|order in which the webui's are rendered}}
{{FuncParamOptional|FrameRate|__EDIT_ME__}}
{{FuncParamOptional|frameRate|rendering rate (default: 16)}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|web}}


== Example ==
== Example ==

Revision as of 09:13, 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

Example

__EDIT_ME__

See also

__EDIT_ME__