JavaScript Server Globals

From Virtual World Web Wiki
Jump to: navigation, search

Remarks [edit]

These objects are created by the core, and are always available to server scripts. An instance of each can be accessed at the global scope. For example, a script can access DOM.Self to get a reference to the DOMScript node on which the script is running.

Chat Global (Full Article)

The Chat JavaScript global object is available from server world scripts and provides methods for working with chat channels

DOM Global (Full Article)

The DOM JavaScript global object is available from server world scripts and is the main entry point to the Document Object Model

Instance Global (Full Article)

The Instance JavaScript global is available in server world scripts and provides access to the server instance in which the script is running.

Log Global (Full Article)

The Log JavaScript global object is available from server world scripts and provides methods for writing to the script debug log

Physics Global (Full Article)

The Physics JavaScript global object is available from server world scripts and provides methods for launching physics operations

System Global (Full Article)

The System JavaScript Global object is available from server world scripts and provides utility methods for ineter-script communication among other things