ll.GetParcelMusicURL

ll.GetParcelMusicURL () -> string

Gets the streaming audio URL for the parcel object is on. The object owner, avatar or group, must also be the land owner.

Example

ll.GetParcelMusicURL()
Raw function spec json
{
  "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": []
    }
  ]
}

< Back to ll