mantis 8305: add osTriggerSoundLimited(..)

This commit is contained in:
UbitUmarov
2018-04-10 03:58:54 +01:00
parent 8a30d1303d
commit 5d0a1656bf
4 changed files with 30 additions and 0 deletions

View File

@@ -523,5 +523,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void osSetSoundRadius(LSL_Integer linknum, LSL_Float radius);
void osStopSound(LSL_Integer linknum);
void osTriggerSound(LSL_Integer linknum, LSL_String sound, LSL_Float volume);
void osTriggerSoundLimited(LSL_Integer linknum, LSL_String sound, LSL_Float volume,
vector top_north_east, vector bottom_south_west);
}
}