DOMScriptExtended

From Virtual World Web Wiki
Revision as of 12:32, 23 May 2018 by Spark5 (Talk | contribs) (Documentation for the DOMScriptExtended class)

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

Represents a DOMScript in JavaScript

Remarks [edit]

Properties

bool DesignModeEnabled {get; set;} // Via attribution on DOMScript
True if the script should run in design (scene edit) mode
Guid[] Libraries {get; set;} // Via attribution on DOMScript
A list of singleton object types that should be automatically included in the scene by the server.
bool Running {get; set;} // Via attribution on DOMScript
True if the script is currently running
ResourceValue ScriptUri {get; set;} // Via attribution on DOMScript
A resource for a Javascript file (.js) or Script bundle
Guid[] SharedObjectTypes {get; set;} // Via attribution on DOMScript
A list of singleton object types that should be automatically included in the scene by the server.

Methods

void ReloadScript()
Causes the script associated with this node to reload.