llSetVehicleFlags
void llSetVehicleFlags(integer Flags)Enables the vehicle flags specified in the Flags bitmask.
Valid parameters can be found in the wiki documentation.
Parameters
-
Flags(integer)
- Some vehicle flags may remain enabled after script reset. Use
llRemoveVehicleFlagsto disable any flags that would interfere with the correct functioning of your vehicle. VEHICLE_FLAG_MOUSELOOK_STEERandVEHICLE_FLAG_MOUSELOOK_BANKonly turn the vehicle up to the currentVEHICLE_ANGULAR_MOTOR_DIRECTION. IfVEHICLE_ANGULAR_MOTOR_DIRECTIONis set toZERO_VECTOR, then the vehicle will not turn.
See Also
Section titled “See Also”- llRemoveVehicleFlags
- Linden Vehicle Tutorial