ll.SetVehicleRotationParam

ll.SetVehicleRotationParam(ParameterName: number, ParameterValue: quaternion) : ()

Sets a vehicle rotation parameter. Valid parameters can be found in the wiki documentation.

Example

ll.SetVehicleRotationParam(2, quaternion(0,0,0,1))
{
  "def": "func",
  "desc": "Sets a vehicle rotation parameter.\nValid parameters can be found in the wiki documentation.",
  "energy": 10,
  "sleep": 0,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlSetVehicleRotationParam",
  "name": "SetVehicleRotationParam",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "()"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "ParameterName",
          "desc": "",
          "type": [
            "integer",
            "number"
          ],
          "variadic": false,
          "optional": false
        },
        {
          "def": "arg",
          "name": "ParameterValue",
          "desc": "",
          "type": [
            "quaternion"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll