From 6821ace3c6b6eb5a38e49f38ba3fd492eda15843 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Mon, 26 Oct 2015 21:56:02 +0000 Subject: add basic SendFindAgent() to lludp. Future use may require a list of pairs (X,Y). For now one pair is good enough. --- OpenSim/Framework/IClientAPI.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Framework') 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 void SendAgentOnline(UUID[] agentIDs); + void SendFindAgent(UUID HunterID, UUID PreyID, double GlobalX, double GlobalY); + void SendSitResponse(UUID TargetID, Vector3 OffsetPos, Quaternion SitOrientation, bool autopilot, Vector3 CameraAtOffset, Vector3 CameraEyeOffset, bool ForceMouseLook); -- cgit v1.1