Skip to content

llSetVehicleType

void llSetVehicleType(integer Type)

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.

Parameters
Type (integer)
llSetVehicleType(VEHICLE_TYPE_BALLOON);
  • Scripted Vehicles can have a maximum Physics weight of 32.0. Above that the function will fail with a warning on the Debug Channel.
  • [Linden Vehicle Tutorial]