mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
add basic SendFindAgent() to lludp. Future use may require a list of pairs (X,Y). For now one pair is good enough.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user