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 [, | {{FuncSyntax|CreateWebUI(x, y, width, height [, zOrder, frameRate])}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|x| | {{FuncParam|x|screen pixel x}} | ||
{{FuncParam|y| | {{FuncParam|y|screen pixel y}} | ||
{{FuncParam|width| | {{FuncParam|width|pixel width}} | ||
{{FuncParam|height | | {{FuncParam|height |pixel height}} | ||
{{ | {{FuncParamOptional|zOrder|order in which the webui's are rendered}} | ||
{{FuncParamOptional| | {{FuncParamOptional|frameRate|rendering rate (default: 16)}} | ||
{{FuncReturnValue| | {{FuncReturnValue|web}} | ||
== Example == | == Example == |
Revision as of 09:13, 29 September 2019
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__