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({})
{
  "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,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlParcelMediaCommandList",
  "name": "ParcelMediaCommandList",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "()"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "CommandList",
          "desc": "A list of PARCEL_MEDIA_COMMAND_* flags and their parameters ",
          "type": [
            "list"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll