OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Region.OptionalModules.Scripting.Minimodule.IInventoryItem Interface Reference

This implements the methods needed to operate on individual inventory items. More...

Inheritance diagram for OpenSim.Region.OptionalModules.Scripting.Minimodule.IInventoryItem:
Inheritance graph
[legend]

Public Member Functions

RetrieveAsset< T > ()
 

Properties

int Type [get]
 
UUID AssetID [get]
 

Detailed Description

This implements the methods needed to operate on individual inventory items.

Definition at line 37 of file IInventoryItem.cs.

Member Function Documentation

T OpenSim.Region.OptionalModules.Scripting.Minimodule.IInventoryItem.RetrieveAsset< T > ( )

Implemented in OpenSim.Region.OptionalModules.Scripting.Minimodule.InventoryItem.

Type Constraints
T :OpenMetaverse.Assets.Asset 
T :new() 

Property Documentation

UUID OpenSim.Region.OptionalModules.Scripting.Minimodule.IInventoryItem.AssetID
get

Definition at line 40 of file IInventoryItem.cs.

int OpenSim.Region.OptionalModules.Scripting.Minimodule.IInventoryItem.Type
get

Definition at line 39 of file IInventoryItem.cs.


The documentation for this interface was generated from the following file: