diff options
author | alondria | 2008-03-22 23:02:41 +0000 |
---|---|---|
committer | alondria | 2008-03-22 23:02:41 +0000 |
commit | 5ebef6410eeef54e1bd3d00331996daba78aa534 (patch) | |
tree | a43204b7a152b00170a9c5a7754908eee74ed58e /OpenSim/Region/Examples | |
parent | * Miscellaneous comment before I found out that mantis 807 probably isn't an ... (diff) | |
download | opensim-SC_OLD-5ebef6410eeef54e1bd3d00331996daba78aa534.zip opensim-SC_OLD-5ebef6410eeef54e1bd3d00331996daba78aa534.tar.gz opensim-SC_OLD-5ebef6410eeef54e1bd3d00331996daba78aa534.tar.bz2 opensim-SC_OLD-5ebef6410eeef54e1bd3d00331996daba78aa534.tar.xz |
Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume().
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index f648813..705f27e 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -411,6 +411,11 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
411 | { | 411 | { |
412 | } | 412 | } |
413 | 413 | ||
414 | public void SendAttachedSoundGainChange(LLUUID objectID, float gain) | ||
415 | { | ||
416 | |||
417 | } | ||
418 | |||
414 | public void SendAlertMessage(string message) | 419 | public void SendAlertMessage(string message) |
415 | { | 420 | { |
416 | } | 421 | } |