aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMelanie2012-01-16 23:08:47 +0000
committerMelanie2012-01-16 23:08:47 +0000
commitb14a6acd2f7d92a9a0d59b5e6e2ede2d73f5944b (patch)
tree1536dc38dbe3cd4d690cf02eb26d2ae191d1b903 /OpenSim/Framework/IClientAPI.cs
parentAdd methods to allow the groups modules to query online status and last login (diff)
parentComment out noisy log lines I accidentally included in the nant build target ... (diff)
downloadopensim-SC_OLD-b14a6acd2f7d92a9a0d59b5e6e2ede2d73f5944b.zip
opensim-SC_OLD-b14a6acd2f7d92a9a0d59b5e6e2ede2d73f5944b.tar.gz
opensim-SC_OLD-b14a6acd2f7d92a9a0d59b5e6e2ede2d73f5944b.tar.bz2
opensim-SC_OLD-b14a6acd2f7d92a9a0d59b5e6e2ede2d73f5944b.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 7a34f0b..13f974b 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1082,7 +1082,15 @@ namespace OpenSim.Framework
1082 void SendWindData(Vector2[] windSpeeds); 1082 void SendWindData(Vector2[] windSpeeds);
1083 void SendCloudData(float[] cloudCover); 1083 void SendCloudData(float[] cloudCover);
1084 1084
1085 /// <summary>
1086 /// Sent when an agent completes its movement into a region.
1087 /// </summary>
1088 /// <remarks>
1089 /// This packet marks completion of the arrival of a root avatar in a region, whether through login, region
1090 /// crossing or direct teleport.
1091 /// </remarks>
1085 void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look); 1092 void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look);
1093
1086 void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint); 1094 void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint);
1087 1095
1088 /// <summary> 1096 /// <summary>