diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index c0f7fce..75e6fcd 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -260,6 +260,9 @@ namespace OpenSim.Framework | |||
260 | public delegate void TeleportLocationRequest( | 260 | public delegate void TeleportLocationRequest( |
261 | IClientAPI remoteClient, ulong regionHandle, LLVector3 position, LLVector3 lookAt, uint flags); | 261 | IClientAPI remoteClient, ulong regionHandle, LLVector3 position, LLVector3 lookAt, uint flags); |
262 | 262 | ||
263 | public delegate void TeleportLandmarkRequest( | ||
264 | IClientAPI remoteClient, ulong regionHandle, LLVector3 position); | ||
265 | |||
263 | public delegate void DisconnectUser(); | 266 | public delegate void DisconnectUser(); |
264 | 267 | ||
265 | public delegate void RequestAvatarProperties(IClientAPI remoteClient, LLUUID avatarID); | 268 | public delegate void RequestAvatarProperties(IClientAPI remoteClient, LLUUID avatarID); |
@@ -458,6 +461,7 @@ namespace OpenSim.Framework | |||
458 | event DisconnectUser OnDisconnectUser; | 461 | event DisconnectUser OnDisconnectUser; |
459 | event RequestAvatarProperties OnRequestAvatarProperties; | 462 | event RequestAvatarProperties OnRequestAvatarProperties; |
460 | event SetAlwaysRun OnSetAlwaysRun; | 463 | event SetAlwaysRun OnSetAlwaysRun; |
464 | event TeleportLandmarkRequest OnTeleportLandmarkRequest; | ||
461 | event GenericCall4 OnDeRezObject; | 465 | event GenericCall4 OnDeRezObject; |
462 | event Action<IClientAPI> OnRegionHandShakeReply; | 466 | event Action<IClientAPI> OnRegionHandShakeReply; |
463 | event GenericCall2 OnRequestWearables; | 467 | event GenericCall2 OnRequestWearables; |