Description
Supported Script Types:
- Interface Scripts
- Client Entity Scripts
- Avatar Scripts
About
API provides information about the version of Interface that is currently running. It also
has the functionality to open a web page in an Interface browser window.Example
Report build information for the version of Interface currently running.
print("Tivoli build date: " + About.buildDate); // Returns the build date of the version of Interface currently running on your machine.
print("Tivoli version: " + About.buildVersion); // Returns the build version of Interface currently running on your machine.
print("Qt version: " + About.qtVersion); // Returns the Qt version details of the version of Interface currently running on your machine.
print("Platform: " + About.platform); // Returns the platform that is currently running on your machine, usually "Tivoli Cloud VR".
Properties
Name | Type | Summary |
---|---|---|
buildDate | string |
The build date of Tivoli Interface that is currently running. Read-only. |
buildVersion | string |
The build version of Tivoli Interface that is currently running. Read-only. |
qtVersion | string |
The Qt version used in Tivoli Interface that is currently running. Read-only. |
platform | string |
The name of the platform that is currently running, usually "Tivoli Cloud VR". Read-only. |