VEHICLE LINEAR MOTOR OFFSET
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Description
Constant: integer VEHICLE_LINEAR_MOTOR_OFFSET = 20;The integer constant VEHICLE_LINEAR_MOTOR_OFFSET has the value 20
Used with llSetVehicleVectorParam to set the offset for where the linear motor is to be applied from the vehicle's center of mass.
If the vehicle does not set the VEHICLE_LINEAR_MOTOR_OFFSET, then it defaults to <0.0, 0.0, 0.0>.

