ll.SetParcelMusicURL (URL: string) -> ()Sets the streaming audio URL for the parcel the object is on. The object must be owned by the owner of the parcel; if the parcel is group owned the object must be owned by that group.
ll.SetParcelMusicURL('test')
{
"def": "func",
"desc": "Sets the streaming audio URL for the parcel the object is on.\nThe object must be owned by the owner of the parcel; if the parcel is group owned the object must be owned by that group.",
"energy": 10,
"sleep": 2,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlSetParcelMusicURL",
"private": false,
"takesSelf": false,
"name": "SetParcelMusicURL",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "()"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "URL",
"desc": "",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}