Difference between revisions of "IInventoryItemWrapper"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the IInventoryItemWrapper class)
 
(No difference)

Latest revision as of 13:28, 15 August 2018

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