SetWebLocation

From Onset Developer Wiki
Revision as of 18:20, 23 January 2020 by BlueMountains (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SetWebLocation

Type: Function
Context: Client
Introduced: v1.0

Description

Set the location for the specified web.

Syntax

SetWebLocation(web, x, y [, z])

Parameters

  • web
    The web identifier
  • x
    The X axis
  • y
    The Y axis
  • z (optional)
    The Z axis. Only used if this is a WebUI3D.

Return Value

  • Returns true on success.

Example

SetWebLocation(webId, 0.0, 0.0)

See also