This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Copyright (c) 2003-2007, Linden Research, Inc.
Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlife.com/developers/opensource/gplv2
There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlife.com/developers/opensource/flossexception
By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.
ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$
Definition in file llvehicleparams.h.
typedef enum e_vehicle_param EVehicleParam |
The idea is that the various parameters that control vehicle behavior can be tweeked by name using general-purpose script calls.
enum e_vehicle_param |
The idea is that the various parameters that control vehicle behavior can be tweeked by name using general-purpose script calls.
Definition at line 41 of file llvehicleparams.h.
const U32 VEHICLE_FLAG_CAMERA_DECOUPLED = 1 << 9 |
Definition at line 126 of file llvehicleparams.h.
const U32 VEHICLE_FLAG_HOVER_GLOBAL_HEIGHT = 1 << 4 |
Definition at line 117 of file llvehicleparams.h.
const U32 VEHICLE_FLAG_HOVER_TERRAIN_ONLY = 1 << 3 |
Definition at line 116 of file llvehicleparams.h.
const U32 VEHICLE_FLAG_HOVER_UP_ONLY = 1 << 5 |
Definition at line 118 of file llvehicleparams.h.
const U32 VEHICLE_FLAG_HOVER_WATER_ONLY = 1 << 2 |
Definition at line 115 of file llvehicleparams.h.
const U32 VEHICLE_FLAG_LIMIT_MOTOR_UP = 1 << 6 |
Definition at line 122 of file llvehicleparams.h.
const U32 VEHICLE_FLAG_LIMIT_ROLL_ONLY = 1 << 1 |
Definition at line 112 of file llvehicleparams.h.
const U32 VEHICLE_FLAG_MOUSELOOK_BANK = 1 << 8 |
Definition at line 125 of file llvehicleparams.h.
const U32 VEHICLE_FLAG_MOUSELOOK_STEER = 1 << 7 |
Definition at line 124 of file llvehicleparams.h.
const U32 VEHICLE_FLAG_NO_DEFLECTION_UP = 1 << 0 |
Definition at line 109 of file llvehicleparams.h.