SetWebRotation
From Onset Developer Wiki
Description
Set the rotation for the specified web.
Syntax
SetWebRotation(web, rx, ry, rz)
Parameters
- web
The web identifier - rx
The rotation RX - ry
The rotation RY - rz
The rotation RZ
Return Value
- Returns true on success.
Example
SetWebRotation(webId, 0.0, 0.0)