diff options
author | Diva Canto | 2010-08-16 11:39:46 -0700 |
---|---|---|
committer | Diva Canto | 2010-08-16 11:39:46 -0700 |
commit | a8b80ef800e78d9fa321bc2388b4d8336f454b1d (patch) | |
tree | 9fc791fddb9ec3cb8782aa0110e02039ce92ee8f /OpenSim/Framework/IClientAPI.cs | |
parent | Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS... (diff) | |
download | opensim-SC-a8b80ef800e78d9fa321bc2388b4d8336f454b1d.zip opensim-SC-a8b80ef800e78d9fa321bc2388b4d8336f454b1d.tar.gz opensim-SC-a8b80ef800e78d9fa321bc2388b4d8336f454b1d.tar.bz2 opensim-SC-a8b80ef800e78d9fa321bc2388b4d8336f454b1d.tar.xz |
Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files affected.
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 81f99b0..94815cd 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1012,6 +1012,8 @@ namespace OpenSim.Framework | |||
1012 | 1012 | ||
1013 | void SendTeleportFailed(string reason); | 1013 | void SendTeleportFailed(string reason); |
1014 | void SendTeleportStart(uint flags); | 1014 | void SendTeleportStart(uint flags); |
1015 | void SendTeleportProgress(uint flags, string message); | ||
1016 | |||
1015 | void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance); | 1017 | void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance); |
1016 | void SendPayPrice(UUID objectID, int[] payPrice); | 1018 | void SendPayPrice(UUID objectID, int[] payPrice); |
1017 | 1019 | ||