Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files affected.

This commit is contained in:
Diva Canto
2010-08-16 11:39:46 -07:00
parent 77de28965a
commit a8b80ef800
8 changed files with 32 additions and 0 deletions

View File

@@ -1012,6 +1012,8 @@ namespace OpenSim.Framework
void SendTeleportFailed(string reason);
void SendTeleportStart(uint flags);
void SendTeleportProgress(uint flags, string message);
void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance);
void SendPayPrice(UUID objectID, int[] payPrice);