CreateWebUI3D: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|CreateWebUI3D(x, y, z, rx, ry, rz, width, height [, FrameRate])}} {{FuncParameters}} {{FuncParam|x...")
 
No edit summary
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Creates a new WebUI in the world}}


{{FuncSyntax|CreateWebUI3D(x, y, z, rx, ry, rz, width, height [, FrameRate])}}
{{FuncSyntax|CreateWebUI3D(x, y, z, rx, ry, rz, width, height [, frameRate])}}


{{FuncParameters}}
{{FuncParameters}}
Line 14: Line 14:
{{FuncParam|width|__EDIT_ME__}}
{{FuncParam|width|__EDIT_ME__}}
{{FuncParam|height |__EDIT_ME__}}
{{FuncParam|height |__EDIT_ME__}}
{{FuncParamOptional|FrameRate|__EDIT_ME__}}
{{FuncParamOptional|frameRate|__EDIT_ME__}}


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


== Example ==
== Example ==
Line 22: Line 22:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
[[CreateRemoteWebUI3D]]
[[CreateWebUI]]
[[CreateRemoteWebUI]]
[[DestroyWebUI]]

Revision as of 09:30, 29 September 2019

CreateWebUI3D

Type: Function
Context: Client
Introduced: v1.0

Description

Creates a new WebUI in the world

Syntax

CreateWebUI3D(x, y, z, rx, ry, rz, width, height [, frameRate])

Parameters

  • x
    __EDIT_ME__
  • y
    __EDIT_ME__
  • z
    __EDIT_ME__
  • rx
    __EDIT_ME__
  • ry
    __EDIT_ME__
  • rz
    __EDIT_ME__
  • width
    __EDIT_ME__
  • height
    __EDIT_ME__
  • frameRate (optional)
    __EDIT_ME__

Return Value

  • web (number)

Example

__EDIT_ME__

See also

CreateRemoteWebUI3D CreateWebUI CreateRemoteWebUI DestroyWebUI