SetWebLocation: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
{{FuncParam|x|The X axis}} | {{FuncParam|x|The X axis}} | ||
{{FuncParam|y |The Y axis}} | {{FuncParam|y |The Y axis}} | ||
{{FuncParamOptional|z|The Z axis}} | {{FuncParamOptional|z|The Z axis. Only used if this is a WebUI3D.}} | ||
{{FuncReturnValue|Returns '''true''' on success.}} | {{FuncReturnValue|Returns '''true''' on success.}} |
Latest revision as of 18:20, 23 January 2020
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)