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/Region/Examples | |
parent | Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS... (diff) | |
download | opensim-SC_OLD-a8b80ef800e78d9fa321bc2388b4d8336f454b1d.zip opensim-SC_OLD-a8b80ef800e78d9fa321bc2388b4d8336f454b1d.tar.gz opensim-SC_OLD-a8b80ef800e78d9fa321bc2388b4d8336f454b1d.tar.bz2 opensim-SC_OLD-a8b80ef800e78d9fa321bc2388b4d8336f454b1d.tar.xz |
Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files affected.
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 3f5aa46..268612e 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -524,6 +524,10 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
524 | { | 524 | { |
525 | } | 525 | } |
526 | 526 | ||
527 | public virtual void SendTeleportProgress(uint flags, string message) | ||
528 | { | ||
529 | } | ||
530 | |||
527 | public virtual void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance) | 531 | public virtual void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance) |
528 | { | 532 | { |
529 | } | 533 | } |