JavaScript Server Globals Remarks

From Virtual World Web Wiki
Revision as of 00:47, 23 October 2016 by Spark5 (Talk | contribs) (Created page with "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 <c...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.