SetWebLocation
From Onset Developer Wiki
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)