Difference between revisions of "LlSetVehicleVectorParam"

From Second Life Wiki
Jump to navigation Jump to search
m (multi lang)
Line 1: Line 1:
{{LSL Function
{{Multi-lang}}{{LSL Function
|func_id=234|func_sleep=0.0|func_energy=10.0
|func_id=234|func_sleep=0.0|func_energy=10.0
|func=llSetVehicleVectorParam
|func=llSetVehicleVectorParam

Revision as of 13:04, 18 January 2008

Summary

Function: llSetVehicleVectorParam( integer param, vector vec );

Sets the vehicle vector parameter param to vec.

• integer param VEHICLE_* flag
• vector vec

Constant Description
VEHICLE_ANGULAR_FRICTION_TIMESCALE 17 vector of timescales for exponential decay of angular velocity about the three vehicle axes
VEHICLE_ANGULAR_MOTOR_DIRECTION 19 angular velocity that the vehicle will try to achieve
VEHICLE_LINEAR_FRICTION_TIMESCALE 16 vector of timescales for exponential decay of linear velocity along the three vehicle axes
VEHICLE_LINEAR_MOTOR_DIRECTION 18 linear velocity that the vehicle will try to achieve
VEHICLE_LINEAR_MOTOR_OFFSET 20 offset from the center of mass of the vehicle where the linear motor is applied.

Examples

See Also

Functions

•  llSetVehicleRotationParam Sets a vehicle rotation parameter
•  llSetVehicleFloatParam Sets a vehicle float parameter

Deep Notes

Search JIRA for related Issues

Signature

function void llSetVehicleVectorParam( integer param, vector vec );