mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Plumb packet DirPlacesQuery for search module
This commit is contained in:
@@ -309,6 +309,7 @@ namespace OpenSim.Framework
|
||||
|
||||
public delegate void TerrainUnacked(IClientAPI remoteClient, int patchX, int patchY);
|
||||
|
||||
public delegate void DirPlacesQuery(IClientAPI remoteClient, UUID queryID, string queryText, int queryFlags, int category, string simName, int queryStart);
|
||||
#endregion
|
||||
|
||||
public interface IClientAPI
|
||||
@@ -534,6 +535,8 @@ namespace OpenSim.Framework
|
||||
event ActivateGesture OnActivateGesture;
|
||||
event DeactivateGesture OnDeactivateGesture;
|
||||
|
||||
event DirPlacesQuery OnDirPlacesQuery;
|
||||
|
||||
// void ActivateGesture(UUID assetId, UUID gestureId);
|
||||
|
||||
// [Obsolete("IClientAPI.OutPacket SHOULD NOT EXIST outside of LLClientView please refactor appropriately.")]
|
||||
|
||||
Reference in New Issue
Block a user