Inventory Global

From Virtual World Web Wiki
Revision as of 20:23, 13 July 2018 by Spark5 (Talk | contribs) (Documentation for the Inventory Global class)

Jump to: navigation, search
  • This is a JavaScript global object named Inventory

Remarks [edit]

Events

ContainerAdded()
ContainerRemoved()

Methods

JSInventoryView CreateView(string type, Guid? targetID = NULL)
Gets a view onto a set of containers (by SecurableType) that can then be filtered and queried
JSInventoryView CreateViewForContainer(Guid containerID)
JSInventoryContainer GetContainer(Guid containerID)
IEnumerable<Guid> GetContainersForTarget(Guid targetID)
string[] GetEvents()
JSInventoryItem GetItem(Guid itemID)