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