ll.SetSoundRadius(Radius: number) : ()
Limits radius for audibility of scripted sounds (both attached and triggered) to distance Radius.
ll.SetSoundRadius(3.14)
{
"def": "func",
"desc": "Limits radius for audibility of scripted sounds (both attached and triggered) to distance Radius.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlSetSoundRadius",
"name": "SetSoundRadius",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Radius",
"desc": "Maximum distance that sounds can be heard.",
"type": [
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}