mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Plumb the TP-Sending packets
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user