OpenMetaverse Protocol Library Developers API Documentation
WearOutfit Method (wearables, replaceItems)
NamespacesOpenMetaverse AppearanceManagerWearOutfit(List < (Of < <' ( InventoryBase > ) > > ) , Boolean)
Calls either or depending on the value of replaceItems
Declaration Syntax
C#
public 
void 
WearOutfit(
        
List<
InventoryBase> 
wearables,
        
bool 
replaceItems
)
Parameters
wearables ( List < (Of < ( <' InventoryBase > ) > ) > )
List of wearable inventory items to add to the outfit or become a new outfit
replaceItems ( Boolean)
True to replace existing items with the new list of items, false to add these items to the existing outfit
See Also

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