Plumb the TP-Sending packets

This commit is contained in:
Melanie Thielker
2008-12-14 05:49:07 +00:00
parent e6eb571c1d
commit 008e1fe8df
5 changed files with 42 additions and 0 deletions

View File

@@ -411,6 +411,9 @@ namespace OpenSim.Framework
public delegate void SoundTrigger(UUID soundId,UUID ownerid,UUID objid, UUID parentid,float Gain, Vector3 Position,UInt64 Handle);
public delegate void StartLure(byte lureType, string message, UUID targetID, IClientAPI client);
public delegate void TeleportLureRequest(UUID lureID, uint teleportFlags, IClientAPI client);
#endregion
public struct DirPlacesReplyData
@@ -717,6 +720,9 @@ namespace OpenSim.Framework
event DeclineCallingCard OnDeclineCallingCard;
event SoundTrigger OnSoundTrigger;
event StartLure OnStartLure;
event TeleportLureRequest OnTeleportLureRequest;
// void ActivateGesture(UUID assetId, UUID gestureId);
/// <summary>