Difference between revisions of "VEHICLE FLAG HOVER UP ONLY"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 4: Line 4:
|value=0x020
|value=0x020
|desc=
|desc=
|pa=<div id="box">
|caveats=
== Caveats ==
<div style="padding: 0.5em;">
* 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.
**{{User|Andrew Linden}} reports that this was a bug but it is now an officially recognized misfeature.
</div></div>
|text=
|pb=
|examples
|examples
|constants=
|constants=
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->
{{LSL ConstRow|VEHICLE_BUOYANCY}}
{{LSL ConstRow|VEHICLE_HOVER_HEIGHT}}
|functions=
|functions=
{{LSL DefineRow||[[llSetVehicleFlags]]|}}
{{LSL DefineRow||[[llSetVehicleFlags]]|}}
{{LSL DefineRow||[[llRemoveVehicleFlags]]|}}
{{LSL DefineRow||[[llRemoveVehicleFlags]]|}}
|events=
|events
<!--{{LSL DefineRow||[[changed]]|}}-->
|location
|location
|cat1
|cat1

Revision as of 10:18, 23 May 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.
All Issues ~ Search JIRA for related Bugs

Related Articles

Constants

•  VEHICLE_BUOYANCY
•  VEHICLE_HOVER_HEIGHT

Functions

•  llSetVehicleFlags
•  llRemoveVehicleFlags

Deep Notes

Search JIRA for related Issues

Signature

integer VEHICLE_FLAG_HOVER_UP_ONLY = 0x020;