SetWebLocation

From Onset Developer Wiki
Revision as of 17:24, 15 December 2019 by 28days (talk | contribs)
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

Return Value

  • Returns true on success.

Example

SetWebLocation(webId, 0.0, 0.0)

See also