OpenMetaverse Protocol Library Developers API Documentation
Attach Method (itemID, ownerID, name, description, perms, itemFlags, attachPoint)
NamespacesOpenMetaverse AppearanceManagerAttach(UUID, UUID, String, String, Permissions, UInt32, AttachmentPoint)
Attach an item to our agent specifying attachment details
Declaration Syntax
C#
public
void
Attach(

UUID
itemID,

UUID
ownerID,

string
name,

string
description,

Permissions
perms,

uint
itemFlags,

AttachmentPoint
attachPoint
)
Parameters
itemID ( UUID)
The of the item to attach
ownerID ( UUID)
The attachments owner
name ( String)
The name of the attachment
description ( String)
The description of the attahment
perms ( Permissions)
The to apply when attached
itemFlags ( UInt32)
The of the attachment
attachPoint ( AttachmentPoint)
The on the agent to attach the item to
See Also

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