diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 4faaad6..28047e7 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -454,6 +454,7 @@ namespace OpenSim.Framework | |||
454 | event AvatarNowWearing OnAvatarNowWearing; | 454 | event AvatarNowWearing OnAvatarNowWearing; |
455 | event RezSingleAttachmentFromInv OnRezSingleAttachmentFromInv; | 455 | event RezSingleAttachmentFromInv OnRezSingleAttachmentFromInv; |
456 | event ObjectAttach OnObjectAttach; | 456 | event ObjectAttach OnObjectAttach; |
457 | event ObjectDeselect OnObjectDetach; | ||
457 | event StartAnim OnStartAnim; | 458 | event StartAnim OnStartAnim; |
458 | event StopAnim OnStopAnim; | 459 | event StopAnim OnStopAnim; |
459 | event LinkObjects OnLinkObjects; | 460 | event LinkObjects OnLinkObjects; |
@@ -638,7 +639,8 @@ namespace OpenSim.Framework | |||
638 | 639 | ||
639 | void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape, | 640 | void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape, |
640 | LLVector3 pos, uint flags, LLUUID objectID, LLUUID ownerID, string text, byte[] color, | 641 | LLVector3 pos, uint flags, LLUUID objectID, LLUUID ownerID, string text, byte[] color, |
641 | uint parentID, byte[] particleSystem, LLQuaternion rotation, byte clickAction, byte[] textureanimation); | 642 | uint parentID, byte[] particleSystem, LLQuaternion rotation, byte clickAction, byte[] textureanimation, |
643 | bool attachment, uint AttachmentPoint); | ||
642 | 644 | ||
643 | void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape, | 645 | void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape, |
644 | LLVector3 pos, uint flags, LLUUID objectID, LLUUID ownerID, string text, byte[] color, | 646 | LLVector3 pos, uint flags, LLUUID objectID, LLUUID ownerID, string text, byte[] color, |