Skip to content

llSetVehicleFlags

Serra Royale edited this page Jun 11, 2025 · 2 revisions

llSetVehicleFlags( integer flags );

Enabled the specified vehicle flags

  • integer flags – mask of VEHICLE_FLAG_* flags
Flags Description
VEHICLE_FLAG_NO_DEFLECTION_UP 0x001 This flag prevents linear deflection parallel to world z-axis. This is useful for preventing ground vehicles with large linear deflection, like bumper cars, from climbing their linear deflection into the sky.

Clone this wiki locally