Difference between revisions of "IInventoryEvents"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the IInventoryEvents class)
(Documentation for the IInventoryEvents class)
 
Line 6: Line 6:
 
===Remarks <nowiki>[</nowiki>[{{fullurl:IInventoryEvents Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:IInventoryEvents Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
{{#ifexist:IInventoryEvents Remarks|{{:IInventoryEvents Remarks}}|}}
 
{{#ifexist:IInventoryEvents Remarks|{{:IInventoryEvents Remarks}}|}}
 +
 +
===Methods===
 +
:{{CSharp|void ItemUsed(IConnectionIdentity identity, IObjectContainerInfo container, IInventoryItemWrapper item)}}
 +
::
 +
::Fired when a user "Uses" an inventory item (clicks on it).
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Latest revision as of 13:28, 15 August 2018

This interface describes a Layer Two extensibility point. Components can implement this interface and an instance of the implementing class will be created by MEF on startup. Inventory events fire to notify components of activity in users' runtime inventory

See also: InventoryEventsHandler

Remarks [edit]

Methods

void ItemUsed(IConnectionIdentity identity, IObjectContainerInfo container, IInventoryItemWrapper item)
Fired when a user "Uses" an inventory item (clicks on it).