[This is preliminary documentation and is subject to change.]
Callback for inventory item creation finishing
Namespace:
OpenMetaverseAssembly: OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057
Syntax
| C# | Visual Basic | Visual C++ |
public delegate void ItemCreatedCallback( bool success, InventoryItem item )
Public Delegate Sub ItemCreatedCallback ( _ success As Boolean, _ item As InventoryItem _ )
public delegate void ItemCreatedCallback( bool success, InventoryItem^ item )
Parameters
- success
- Boolean
Whether the request to create an inventory item succeeded or not
- item
- InventoryItem
Inventory item being created. If success is false this will be null
