ll.GetParcelMusicURL () -> stringGets the streaming audio URL for the parcel object is on. The object owner, avatar or group, must also be the land owner.
ll.GetParcelMusicURL()
{
"def": "func",
"desc": "Gets the streaming audio URL for the parcel object is on.\nThe object owner, avatar or group, must also be the land owner.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetParcelMusicURL",
"private": false,
"takesSelf": false,
"name": "GetParcelMusicURL",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "string"
}
],
"optional": false
}
],
"args": []
}
]
}