Description
Supported Script Types: Interface Scripts • Client Entity Scripts • Avatar Scripts
TheHifiAbout
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.Deprecated: This API is deprecated and will be removed. Use the About API instead.
Properties
Name | Type | Summary |
---|---|---|
platform | string |
The name of the Interface platform running, e,g., |
buildDate | string |
The build date of Interface that is currently running. Read-only. |
buildVersion | string |
The build version of Interface that is currently running. Read-only. |
qtVersion | string |
The Qt version used in Interface that is currently running. Read-only. |
Methods
Name | Return Value | Summary |
---|---|---|
openUrl
|
None |
Display a web page in an Interface browser window or the tablet. |
Method Details
(static) openUrl( url ) | ||||||
---|---|---|---|---|---|---|
Display a web page in an Interface browser window or the tablet. Parameters
|