Difference between revisions of "VEHICLE FLAG HOVER UP ONLY"

From Second Life Wiki
Jump to navigation Jump to search
Line 5: Line 5:
|desc=
|desc=
|pa=<div id="box">
|pa=<div id="box">
== Bugs and Misfeatures ==
== Caveats ==
<div style="padding: 0.5em;">
<div style="padding: 0.5em;">
This was a bug and is now a misfeature: 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.
**{{User|Andrew Linden}} reports that this was a bug but it is now an officially recognized misfeature.
</div></div>
</div></div>
|text=
|text=
|pb=
|pb=

Revision as of 13:37, 19 April 2008

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.
    • Andrew Linden reports that this was a bug but it is now an officially recognized misfeature.

Related Articles

Functions

•  llSetVehicleFlags
•  llRemoveVehicleFlags

Deep Notes

Search JIRA for related Issues

Signature

integer VEHICLE_FLAG_HOVER_UP_ONLY = 0x020;