ll.SetVehicleFlags

ll.SetVehicleFlags (Flags: number) -> ()

Enables the vehicle flags specified in the Flags bitmask. Valid parameters can be found in the wiki documentation.

Example

ll.SetVehicleFlags(3.14)
Raw function spec json
{
  "def": "func",
  "desc": "Enables the vehicle flags specified in the Flags bitmask.\nValid parameters can be found in the wiki documentation.",
  "energy": 10,
  "sleep": 0,
  "must_use": false,
  "link": "https://wiki.secondlife.com/wiki/LlSetVehicleFlags",
  "private": false,
  "takesSelf": false,
  "name": "SetVehicleFlags",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "()"
            }
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Flags",
          "desc": "",
          "type": [
            {
              "def": "simple",
              "value": "number"
            }
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll