Difference between revisions of "InventoryEventsHandler"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the InventoryEventsHandler class)
(Documentation for the InventoryEventsHandler class)
 
Line 5: Line 5:
 
===Remarks <nowiki>[</nowiki>[{{fullurl:InventoryEventsHandler Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:InventoryEventsHandler Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
{{#ifexist:InventoryEventsHandler Remarks|{{:InventoryEventsHandler Remarks}}|}}
 
{{#ifexist:InventoryEventsHandler Remarks|{{:InventoryEventsHandler 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:29, 15 August 2018

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IInventoryEvents

Remarks [edit]

Methods

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