mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
make llLinkPlaySound() closer to spec
This commit is contained in:
@@ -2677,6 +2677,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
m_LSL_Functions.llLinkPlaySound(linknumber, sound, volume);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public void llLinkPlaySound(LSL_Integer linknumber, string sound, double volume, LSL_Integer flags)
|
||||
{
|
||||
m_LSL_Functions.llLinkPlaySound(linknumber, sound, volume, flags);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public void llLinkSetSoundQueueing(int linknumber, int queue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user