mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +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:
@@ -1375,6 +1375,10 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
|
||||
}
|
||||
|
||||
public void SendFindAgent(UUID HunterID, UUID PreyID, double GlobalX, double GlobalY)
|
||||
{
|
||||
}
|
||||
|
||||
public void SendSitResponse(UUID TargetID, Vector3 OffsetPos, Quaternion SitOrientation, bool autopilot, Vector3 CameraAtOffset, Vector3 CameraEyeOffset, bool ForceMouseLook)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user