aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 79fb763..2c153a9 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -827,6 +827,7 @@ namespace OpenSim.Framework
827 void SendLayerData(int px, int py, float[] map); 827 void SendLayerData(int px, int py, float[] map);
828 828
829 void SendWindData(Vector2[] windSpeeds); 829 void SendWindData(Vector2[] windSpeeds);
830 void SendCloudData(float[] cloudCover);
830 831
831 void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look); 832 void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look);
832 void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint); 833 void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint);