OpenMetaverse Protocol Library Developers API Documentation
GiveItem Method (itemID, itemName, assetType, recipient, doEffect)
NamespacesOpenMetaverse InventoryManagerGiveItem(UUID, String, AssetType, UUID, Boolean)
Give an inventory item to another avatar
Declaration Syntax
C#
public 
void 
GiveItem(
        
UUID 
itemID,
        
string 
itemName,
        
AssetType 
assetType,
        
UUID 
recipient,
        
bool 
doEffect
)
Parameters
itemID ( UUID)
The of the item to give
itemName ( String)
The name of the item
assetType ( AssetType)
The type of the item from the enum
recipient ( UUID)
The of the recipient
doEffect ( Boolean)
true to generate a beameffect during transfer
See Also

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)