Add implementation for llSetSoundRadius().

This commit is contained in:
Charles Krinke
2008-09-08 02:01:36 +00:00
parent 993384d348
commit d0920a2247
2 changed files with 9 additions and 38 deletions

View File

@@ -4350,7 +4350,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public void llSetSoundRadius(double radius)
{
m_host.AddScriptLPS(1);
NotImplemented("llSetSoundRadius");
m_host.SoundRadius = radius;
}
public string llKey2Name(string id)