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(5)
{
  "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,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlSetVehicleFlags",
  "name": "SetVehicleFlags",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "()"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Flags",
          "desc": "",
          "type": [
            "integer",
            "number"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll