Room Global

From Virtual World Web Wiki
Jump to: navigation, search
  • This is a JavaScript global object named Room

Remarks [edit]

Properties

UserAccessLevel AccessLevel {get;}
string Address {get;}
bool DesignMode {get;}
Guid RoomID {get;}
JSSelectionManager SelectionManager {get;}
JSDOMObject Self {get;}
bool TagsVisible {get; set;}
JSDOMObject Target {get;}
string Title {get;}
bool UIVisible {get; set;}

Events

WorldDrop()

Methods

bool BroadcastScriptMessage(int channel, string msg)
void ClearTarget()
JSDOMObject[] FindObjectsWithType(string type)
JSDOMObject[] FindWithProperty(string propertyName)
JSDOMObject GetAttachment(string name)
JSLayerInfo GetEditLayerInfo()
string[] GetEvents()
JSLayerInfo GetLayerInfo(Guid layerID)
JSDOMObject GetObjectByID(string id, string view = "")
string[] GetParticipants()
JSDOMObject GetTarget()
string GetTitle()
bool Intersects(long objectID, JSVector3 point)
Guid? NameToPersonaID(string name)
JSDOMObject QuerySelector(string selector)
IEnumerable<JSDOMObject> QuerySelectorAll(string selector)