diff options
author | Melanie Thielker | 2009-04-20 20:43:48 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-04-20 20:43:48 +0000 |
commit | d91330ea35a7344af0a3a79e1dac7dee69daee22 (patch) | |
tree | 803a687a3e1619e7f8fa865709b9dcd117a9c7d1 /OpenSim/Framework | |
parent | * It turns out vehicle Angular Motor direction is always in global space. (diff) | |
download | opensim-SC_OLD-d91330ea35a7344af0a3a79e1dac7dee69daee22.zip opensim-SC_OLD-d91330ea35a7344af0a3a79e1dac7dee69daee22.tar.gz opensim-SC_OLD-d91330ea35a7344af0a3a79e1dac7dee69daee22.tar.bz2 opensim-SC_OLD-d91330ea35a7344af0a3a79e1dac7dee69daee22.tar.xz |
Add PlacesQuery packet
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index da87183..2f9f594 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -442,6 +442,7 @@ namespace OpenSim.Framework | |||
442 | public delegate void AvatarNotesUpdate(IClientAPI client, UUID targetID, string notes); | 442 | public delegate void AvatarNotesUpdate(IClientAPI client, UUID targetID, string notes); |
443 | public delegate void MuteListRequest(IClientAPI client, uint muteCRC); | 443 | public delegate void MuteListRequest(IClientAPI client, uint muteCRC); |
444 | public delegate void AvatarInterestUpdate(IClientAPI client, uint wantmask, string wanttext, uint skillsmask, string skillstext, string languages); | 444 | public delegate void AvatarInterestUpdate(IClientAPI client, uint wantmask, string wanttext, uint skillsmask, string skillstext, string languages); |
445 | public delegate void PlacesQuery(UUID QueryID, UUID TransactionID, string QueryText, uint QueryFlags, byte Category, string SimName, IClientAPI client); | ||
445 | 446 | ||
446 | #endregion | 447 | #endregion |
447 | 448 | ||
@@ -782,6 +783,8 @@ namespace OpenSim.Framework | |||
782 | event AvatarNotesUpdate OnAvatarNotesUpdate; | 783 | event AvatarNotesUpdate OnAvatarNotesUpdate; |
783 | 784 | ||
784 | event MuteListRequest OnMuteListRequest; | 785 | event MuteListRequest OnMuteListRequest; |
786 | |||
787 | event PlacesQuery OnPlacesQuery; | ||
785 | 788 | ||
786 | /// <summary> | 789 | /// <summary> |
787 | /// Set the debug level at which packet output should be printed to console. | 790 | /// Set the debug level at which packet output should be printed to console. |