diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/General/Interfaces/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/General/Interfaces/IClientAPI.cs b/OpenSim/Framework/General/Interfaces/IClientAPI.cs index acacabe..206122d 100644 --- a/OpenSim/Framework/General/Interfaces/IClientAPI.cs +++ b/OpenSim/Framework/General/Interfaces/IClientAPI.cs | |||
@@ -59,6 +59,7 @@ namespace OpenSim.Framework.Interfaces | |||
59 | public delegate void UpdatePrimRotation(uint localID, LLQuaternion rot, IClientAPI remoteClient); | 59 | public delegate void UpdatePrimRotation(uint localID, LLQuaternion rot, IClientAPI remoteClient); |
60 | public delegate void UpdatePrimSingleRotation(uint localID, LLQuaternion rot, IClientAPI remoteClient); | 60 | public delegate void UpdatePrimSingleRotation(uint localID, LLQuaternion rot, IClientAPI remoteClient); |
61 | public delegate void UpdatePrimGroupRotation(uint localID,LLVector3 pos, LLQuaternion rot, IClientAPI remoteClient); | 61 | public delegate void UpdatePrimGroupRotation(uint localID,LLVector3 pos, LLQuaternion rot, IClientAPI remoteClient); |
62 | public delegate void ObjectDuplicate(uint localID, LLVector3 offset, uint dupeFlags); | ||
62 | public delegate void StatusChange(bool status); | 63 | public delegate void StatusChange(bool status); |
63 | public delegate void NewAvatar(IClientAPI remoteClient, LLUUID agentID, bool status); | 64 | public delegate void NewAvatar(IClientAPI remoteClient, LLUUID agentID, bool status); |
64 | public delegate void UpdateAgent(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation); | 65 | public delegate void UpdateAgent(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation); |
@@ -92,6 +93,7 @@ namespace OpenSim.Framework.Interfaces | |||
92 | event UpdateAgent OnAgentUpdate; | 93 | event UpdateAgent OnAgentUpdate; |
93 | event GenericCall OnRequestAvatarsData; | 94 | event GenericCall OnRequestAvatarsData; |
94 | event GenericCall4 OnAddPrim; | 95 | event GenericCall4 OnAddPrim; |
96 | event ObjectDuplicate OnObjectDuplicate; | ||
95 | event UpdateVector OnGrapObject; | 97 | event UpdateVector OnGrapObject; |
96 | event ObjectSelect OnDeGrapObject; | 98 | event ObjectSelect OnDeGrapObject; |
97 | event MoveObject OnGrapUpdate; | 99 | event MoveObject OnGrapUpdate; |