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,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlSetParcelMusicURL",
"name": "SetParcelMusicURL",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "URL",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}