diff options
author | Melanie Thielker | 2009-03-30 11:51:34 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-03-30 11:51:34 +0000 |
commit | f88d755f9679b7b8e1880c76a452bc7344f9cb30 (patch) | |
tree | 08d0ba20919a613a209384bfe3419113e3409776 /OpenSim/Framework | |
parent | Thank you Flyte Xevious for Mantis #3361 - Implementation of llEdgeOfWorld (diff) | |
download | opensim-SC_OLD-f88d755f9679b7b8e1880c76a452bc7344f9cb30.zip opensim-SC_OLD-f88d755f9679b7b8e1880c76a452bc7344f9cb30.tar.gz opensim-SC_OLD-f88d755f9679b7b8e1880c76a452bc7344f9cb30.tar.bz2 opensim-SC_OLD-f88d755f9679b7b8e1880c76a452bc7344f9cb30.tar.xz |
Add PickInfoReply packet.
Fixes Mantis #3324
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 350134c..8d6ca7d 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1122,6 +1122,8 @@ namespace OpenSim.Framework | |||
1122 | void SendAgentDropGroup(UUID groupID); | 1122 | void SendAgentDropGroup(UUID groupID); |
1123 | void SendAvatarNotesReply(UUID targetID, string text); | 1123 | void SendAvatarNotesReply(UUID targetID, string text); |
1124 | void SendAvatarPicksReply(UUID targetID, Dictionary<UUID, string> picks); | 1124 | void SendAvatarPicksReply(UUID targetID, Dictionary<UUID, string> picks); |
1125 | void SendPickInfoReply(UUID pickID,UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled); | ||
1126 | |||
1125 | void SendAvatarClassifiedReply(UUID targetID, Dictionary<UUID, string> classifieds); | 1127 | void SendAvatarClassifiedReply(UUID targetID, Dictionary<UUID, string> classifieds); |
1126 | 1128 | ||
1127 | void SendParcelDwellReply(int localID, UUID parcelID, float dwell); | 1129 | void SendParcelDwellReply(int localID, UUID parcelID, float dwell); |