mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
mantis 8305: add osTriggerSoundLimited(..)
This commit is contained in:
@@ -1256,6 +1256,13 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
m_OSSL_Functions.osTriggerSound(linknum, sound, volume);
|
||||
}
|
||||
|
||||
public void osTriggerSoundLimited(LSL_Integer linknum, LSL_String sound, LSL_Float volume,
|
||||
vector top_north_east, vector bottom_south_west)
|
||||
{
|
||||
m_OSSL_Functions.osTriggerSoundLimited(linknum, sound, volume,
|
||||
top_north_east, bottom_south_west);
|
||||
}
|
||||
|
||||
public void osStopSound(LSL_Integer linknum)
|
||||
{
|
||||
m_OSSL_Functions.osStopSound(linknum);
|
||||
|
||||
Reference in New Issue
Block a user