diff options
author | UbitUmarov | 2015-10-26 21:56:02 +0000 |
---|---|---|
committer | UbitUmarov | 2015-10-26 21:56:02 +0000 |
commit | 6821ace3c6b6eb5a38e49f38ba3fd492eda15843 (patch) | |
tree | b3bdb49572f0687e2dd09b06651f346080c93ef1 /OpenSim/Framework/IClientAPI.cs | |
parent | try fix IRC connector issue on mantis 7731 but with code a bit diferent from... (diff) | |
download | opensim-SC_OLD-6821ace3c6b6eb5a38e49f38ba3fd492eda15843.zip opensim-SC_OLD-6821ace3c6b6eb5a38e49f38ba3fd492eda15843.tar.gz opensim-SC_OLD-6821ace3c6b6eb5a38e49f38ba3fd492eda15843.tar.bz2 opensim-SC_OLD-6821ace3c6b6eb5a38e49f38ba3fd492eda15843.tar.xz |
add basic SendFindAgent() to lludp. Future use may require a list of pairs (X,Y). For now one pair is good enough.
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-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 a76c89e..85edce3 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1392,6 +1392,8 @@ namespace OpenSim.Framework | |||
1392 | 1392 | ||
1393 | void SendAgentOnline(UUID[] agentIDs); | 1393 | void SendAgentOnline(UUID[] agentIDs); |
1394 | 1394 | ||
1395 | void SendFindAgent(UUID HunterID, UUID PreyID, double GlobalX, double GlobalY); | ||
1396 | |||
1395 | void SendSitResponse(UUID TargetID, Vector3 OffsetPos, Quaternion SitOrientation, bool autopilot, | 1397 | void SendSitResponse(UUID TargetID, Vector3 OffsetPos, Quaternion SitOrientation, bool autopilot, |
1396 | Vector3 CameraAtOffset, Vector3 CameraEyeOffset, bool ForceMouseLook); | 1398 | Vector3 CameraAtOffset, Vector3 CameraEyeOffset, bool ForceMouseLook); |
1397 | 1399 | ||