SetWebLocation

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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