Difference between revisions of "VEHICLE FLAG HOVER UP ONLY"
Jump to navigation
Jump to search
m |
(My previous text was too forward, the new text is better. I apologize for being stupid.) |
||
Line 6: | Line 6: | ||
|caveats= | |caveats= | ||
* When used with non-zero [[VEHICLE_HOVER_HEIGHT]] and [[VEHICLE_BUOYANCY]] then the buoyancy effect will be disabled when the vehicle's (root prim) position is higher than its hover height. | * When used with non-zero [[VEHICLE_HOVER_HEIGHT]] and [[VEHICLE_BUOYANCY]] then the buoyancy effect will be disabled when the vehicle's (root prim) position is higher than its hover height. | ||
**{{ | **This has been confirmed to be a (mis)feature (it's a feature now).{{Footnote|See: [[User_talk:Andrew_Linden#VEHICLE_FLAG_HOVER_UP_ONLY]]|See: User_talk:Andrew_Linden#VEHICLE_FLAG_HOVER_UP_ONLY}} | ||
|examples | |examples | ||
|constants= | |constants= |
Revision as of 20:42, 3 February 2010
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer VEHICLE_FLAG_HOVER_UP_ONLY = 0x020;The integer constant VEHICLE_FLAG_HOVER_UP_ONLY has the value 0x020
Caveats
- When used with non-zero VEHICLE_HOVER_HEIGHT and VEHICLE_BUOYANCY then the buoyancy effect will be disabled when the vehicle's (root prim) position is higher than its hover height.
- This has been confirmed to be a (mis)feature (it's a feature now).[1]
Related Articles
Constants
• | VEHICLE_BUOYANCY | |||
• | VEHICLE_HOVER_HEIGHT | |||
• | VEHICLE_FLAG_HOVER_WATER_ONLY |
Functions
• | llSetVehicleFlags | |||
• | llRemoveVehicleFlags |
Articles
• | Linden Vehicle Tutorial |