Difference between revisions of "VEHICLE LINEAR MOTOR DIRECTION"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 14: Line 14:
{{LSL DefineRow||[[llSetVehicleVectorParam]]|}}
{{LSL DefineRow||[[llSetVehicleVectorParam]]|}}
|events
|events
|also_articles={{LSL DefineRow||[[Linden Vehicle Tutorial]]}}
|articles={{LSL DefineRow||[[Linden Vehicle Tutorial]]}}
|cat1=Vehicle
|cat1=Vehicle
|cat2
|cat2

Revision as of 14:53, 29 November 2008

Description

Constant: integer VEHICLE_LINEAR_MOTOR_DIRECTION = 18;

The integer constant VEHICLE_LINEAR_MOTOR_DIRECTION has the value 18

Vector of linear velocity that the vehicle will try to achieve.

May conflict with any active llTargetOmega set in the root prim and prevent vehicle turns. Call llTargetOmega with a gain of 0 to disable it.

Related Articles

Functions

•  llSetVehicleVectorParam

Articles

•  Linden Vehicle Tutorial

Deep Notes

Search JIRA for related Issues

Signature

integer VEHICLE_LINEAR_MOTOR_DIRECTION = 18;