ll.SetVehicleType

ll.SetVehicleType (Type: number) -> ()

Activates the vehicle action on the object with vehicle preset Type. Valid Types and an explanation of their characteristics can be found in wiki documentation.

Example

ll.SetVehicleType(3.14)
Raw function spec json
{
  "def": "func",
  "desc": "Activates the vehicle action on the object with vehicle preset Type.\nValid Types and an explanation of their characteristics can be found in wiki documentation.",
  "energy": 10,
  "sleep": 0,
  "must_use": false,
  "link": "https://wiki.secondlife.com/wiki/LlSetVehicleType",
  "private": false,
  "takesSelf": false,
  "name": "SetVehicleType",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "()"
            }
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Type",
          "desc": "",
          "type": [
            {
              "def": "simple",
              "value": "number"
            }
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll