diff options
Diffstat (limited to 'OpenSim/Framework/General/Interfaces/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/General/Interfaces/IClientAPI.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/General/Interfaces/IClientAPI.cs b/OpenSim/Framework/General/Interfaces/IClientAPI.cs index da4e03b..fa323ba 100644 --- a/OpenSim/Framework/General/Interfaces/IClientAPI.cs +++ b/OpenSim/Framework/General/Interfaces/IClientAPI.cs | |||
@@ -187,10 +187,10 @@ namespace OpenSim.Framework.Interfaces | |||
187 | void MoveAgentIntoRegion(RegionInfo regInfo, LLVector3 pos, LLVector3 look); | 187 | void MoveAgentIntoRegion(RegionInfo regInfo, LLVector3 pos, LLVector3 look); |
188 | void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint ); | 188 | void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint ); |
189 | AgentCircuitData RequestClientInfo(); | 189 | AgentCircuitData RequestClientInfo(); |
190 | void CrossRegion(ulong newRegionHandle, LLVector3 pos, LLVector3 lookAt, IPEndPoint newRegionExternalEndPoint ); | 190 | void CrossRegion(ulong newRegionHandle, LLVector3 pos, LLVector3 lookAt, IPEndPoint newRegionExternalEndPoint, string capsURL ); |
191 | void SendMapBlock(List<MapBlockData> mapBlocks); | 191 | void SendMapBlock(List<MapBlockData> mapBlocks); |
192 | void SendLocalTeleport(LLVector3 position, LLVector3 lookAt, uint flags); | 192 | void SendLocalTeleport(LLVector3 position, LLVector3 lookAt, uint flags); |
193 | void SendRegionTeleport(ulong regionHandle, byte simAccess, IPEndPoint regionExternalEndPoint, uint locationID, uint flags); | 193 | void SendRegionTeleport(ulong regionHandle, byte simAccess, IPEndPoint regionExternalEndPoint, uint locationID, uint flags, string capsURL); |
194 | void SendTeleportCancel(); | 194 | void SendTeleportCancel(); |
195 | void SendTeleportLocationStart(); | 195 | void SendTeleportLocationStart(); |
196 | void SendMoneyBalance(LLUUID transaction, bool success, byte[] description, int balance); | 196 | void SendMoneyBalance(LLUUID transaction, bool success, byte[] description, int balance); |