DOMDocumentExtended

From Virtual World Web Wiki
Revision as of 19:28, 5 March 2018 by Spark5 (Talk | contribs) (Documentation for the DOMDocumentExtended class)

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

Represents a DOMDocument in JavaScript.

Remarks [edit]

Properties

Guid ContextID {get; set;} // Via attribution on DOMDocument
The ID of the document's related server object. The meaning ContextID depends on the ContextType property.
DOMDocumentContextType ContextType {get; set;} // Via attribution on DOMDocument
The type of server object represented by this DOM document.
bool Editing {get; set;} // Via attribution on DOMDocument
Specifies if this document is being edited
int LightMapMode {get; set;} // Via attribution on DOMDocument
Specifies the ligh map mode to use in a scene. This probably doesn't belong on "document" but rather as a runtime-added property of scene documents
long? ViewID {get; set;} // Via attribution on DOMDocument
The ID of the server ViewInfo represented by this document. This property should only be set on root documents of views