IInventoryItemWrapper

From Virtual World Web Wiki
Revision as of 13:28, 15 August 2018 by Spark5 (Talk | contribs) (Documentation for the IInventoryItemWrapper class)

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

Read-only information about a live inventory item

Remarks [edit]

Properties

ResourceValue IconURI {get;}
Gets the IconURI metadata value of the object type represented by this inventory item, if present.
Guid ObjectTemplateID {get;}
The inventory item's Object Templte ID
Guid ObjectTypeID {get;}
The inventory item's Object Type ID
string[] Tags {get;}
Gets the tags on the object type represented by this inventory item
string Title {get;}
The title of the object type represented by this inventory item

Methods

T GetMetaValue<T>(string name)
Gets a metadata value on the object type represented by this inventory item
T GetMetaValue<T>(string name, T defaultValue)
Gets a metadata value on the object type represented by this inventory item