InventoryEventsHandler

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

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

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).