ll.AdjustSoundVolume(Volume: number) : ()
Adjusts the volume (0.0 - 1.0) of the currently playing attached sound. This function has no effect on sounds started with llTriggerSound.
ll.AdjustSoundVolume(3.14)
{
"def": "func",
"desc": "Adjusts the volume (0.0 - 1.0) of the currently playing attached sound.\nThis function has no effect on sounds started with llTriggerSound.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlAdjustSoundVolume",
"name": "AdjustSoundVolume",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Volume",
"desc": "The volume to set.",
"type": [
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}