OpenMetaverse Protocol Library Developers API Documentation
AddToOutfit Method (wearableItem, replace)
NamespacesOpenMetaverse AppearanceManagerAddToOutfit(InventoryItem, Boolean)
Add a wearable to the current outfit and set appearance
Declaration Syntax
C#
public 
void 
AddToOutfit(
        
InventoryItem 
wearableItem,
        
bool 
replace
)
Parameters
wearableItem ( InventoryItem)
Wearable to be added to the outfit
replace ( Boolean)
Should existing item on the same point or of the same type be replaced

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