ll.ParcelMediaCommandList

ll.ParcelMediaCommandList (CommandList: list) -> ()

Controls the playback of multimedia resources on a parcel or for an agent, via one or more PARCEL_MEDIA_COMMAND_* arguments specified in CommandList.

Example

ll.ParcelMediaCommandList({})
Raw function spec json
{
  "def": "func",
  "desc": "Controls the playback of multimedia resources on a parcel or for an agent, via one or more PARCEL_MEDIA_COMMAND_* arguments specified in CommandList.",
  "energy": 10,
  "sleep": 2,
  "must_use": false,
  "link": "https://wiki.secondlife.com/wiki/LlParcelMediaCommandList",
  "private": false,
  "takesSelf": false,
  "name": "ParcelMediaCommandList",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "()"
            }
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "CommandList",
          "desc": "A list of PARCEL_MEDIA_COMMAND_* flags and their parameters",
          "type": [
            {
              "def": "simple",
              "value": "list"
            }
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll