DOMScriptExtended

From Virtual World Web Wiki
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.