aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs9
1 files changed, 3 insertions, 6 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 52d9716..f95fb03 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -129,7 +129,7 @@ namespace OpenSim.Framework
129 129
130 public delegate void UpdatePrimSingleRotation(uint localID, Quaternion rot, IClientAPI remoteClient); 130 public delegate void UpdatePrimSingleRotation(uint localID, Quaternion rot, IClientAPI remoteClient);
131 131
132 public delegate void UpdatePrimSingleRotationPosition( uint localID, Quaternion rot, Vector3 pos, IClientAPI remoteClient); 132 public delegate void UpdatePrimSingleRotationPosition(uint localID, Quaternion rot, Vector3 pos, IClientAPI remoteClient);
133 133
134 public delegate void UpdatePrimGroupRotation(uint localID, Vector3 pos, Quaternion rot, IClientAPI remoteClient); 134 public delegate void UpdatePrimGroupRotation(uint localID, Vector3 pos, Quaternion rot, IClientAPI remoteClient);
135 135
@@ -140,7 +140,6 @@ namespace OpenSim.Framework
140 bool BypassRaycast, bool RayEndIsIntersection, bool CopyCenters, 140 bool BypassRaycast, bool RayEndIsIntersection, bool CopyCenters,
141 bool CopyRotates); 141 bool CopyRotates);
142 142
143
144 public delegate void StatusChange(bool status); 143 public delegate void StatusChange(bool status);
145 144
146 public delegate void NewAvatar(IClientAPI remoteClient, UUID agentID, bool status); 145 public delegate void NewAvatar(IClientAPI remoteClient, UUID agentID, bool status);
@@ -151,8 +150,7 @@ namespace OpenSim.Framework
151 150
152 public delegate void AgentSit(IClientAPI remoteClient, UUID agentID); 151 public delegate void AgentSit(IClientAPI remoteClient, UUID agentID);
153 152
154 public delegate void AvatarPickerRequest(IClientAPI remoteClient, UUID agentdata, UUID queryID, string UserQuery 153 public delegate void AvatarPickerRequest(IClientAPI remoteClient, UUID agentdata, UUID queryID, string UserQuery);
155 );
156 154
157 public delegate void GrabObject( 155 public delegate void GrabObject(
158 uint localID, Vector3 pos, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs); 156 uint localID, Vector3 pos, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs);
@@ -161,8 +159,7 @@ namespace OpenSim.Framework
161 uint localID, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs); 159 uint localID, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs);
162 160
163 public delegate void MoveObject( 161 public delegate void MoveObject(
164 UUID objectID, Vector3 offset, Vector3 grapPos, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs 162 UUID objectID, Vector3 offset, Vector3 grapPos, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs);
165 );
166 163
167 public delegate void SpinStart(UUID objectID, IClientAPI remoteClient); 164 public delegate void SpinStart(UUID objectID, IClientAPI remoteClient);
168 public delegate void SpinObject(UUID objectID, Quaternion rotation, IClientAPI remoteClient); 165 public delegate void SpinObject(UUID objectID, Quaternion rotation, IClientAPI remoteClient);