mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Add implementation for llSetSoundRadius().
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user