OpenMetaverse Protocol Library Developers API Documentation
AddAttachments Method (attachments, removeExistingFirst, replace)
NamespacesOpenMetaverse AppearanceManagerAddAttachments(List < (Of < <' ( InventoryItem > ) > > ) , Boolean, Boolean)
Adds a list of attachments to our agent
Declaration Syntax
C#
public 
void 
AddAttachments(
        
List<
InventoryItem> 
attachments,
        
bool 
removeExistingFirst,
        
bool 
replace
)
Parameters
attachments ( List < (Of < ( <' InventoryItem > ) > ) > )
A List containing the attachments to add
removeExistingFirst ( Boolean)
If true, tells simulator to remove existing attachment If true replace existing attachment on this attachment point, otherwise add to it (multi-attachments) first
replace ( Boolean)

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