diff options
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 8 |
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> |