mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Plumb the remaining dwell packets
This commit is contained in:
@@ -422,6 +422,8 @@ namespace OpenSim.Framework
|
||||
|
||||
public delegate void EventGodDelete(uint eventID, UUID queryID, string queryText, uint queryFlags, int queryStart, IClientAPI client);
|
||||
|
||||
public delegate void ParcelDwellRequest(int localID, IClientAPI client);
|
||||
|
||||
#endregion
|
||||
|
||||
public struct DirPlacesReplyData
|
||||
@@ -741,6 +743,8 @@ namespace OpenSim.Framework
|
||||
event EventNotificationRemoveRequest OnEventNotificationRemoveRequest;
|
||||
event EventGodDelete OnEventGodDelete;
|
||||
|
||||
event ParcelDwellRequest OnParcelDwellRequest;
|
||||
|
||||
// void ActivateGesture(UUID assetId, UUID gestureId);
|
||||
|
||||
/// <summary>
|
||||
@@ -1082,6 +1086,8 @@ namespace OpenSim.Framework
|
||||
void SendAvatarPicksReply(UUID targetID, Dictionary<UUID, string> picks);
|
||||
void SendAvatarClassifiedReply(UUID targetID, Dictionary<UUID, string> classifieds);
|
||||
|
||||
void SendParcelDwellReply(int localID, UUID parcelID, float dwell);
|
||||
|
||||
void KillEndDone();
|
||||
|
||||
bool AddGenericPacketHandler(string MethodName, GenericMessage handler);
|
||||
|
||||
Reference in New Issue
Block a user