VEHICLE FLAG HOVER UP ONLY: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
No edit summary
 
Strife Onizuka (talk | contribs)
mNo edit summary
(8 intermediate revisions by 4 users not shown)
Line 4: Line 4:
|value=0x020
|value=0x020
|desc=
|desc=
|pa=
|caveats=
|text=
* 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.
|pb=
**{{User|Andrew Linden}} reports that this was a bug but it is now an officially recognized misfeature.
|examples
|examples
|constants=
|constants=
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->
{{LSL ConstRow|VEHICLE_BUOYANCY}}
{{LSL ConstRow|VEHICLE_HOVER_HEIGHT}}
{{LSL ConstRow|VEHICLE_FLAG_HOVER_WATER_ONLY}}
|functions=
|functions=
{{LSL DefineRow||[[llSetVehicleFlags]]|}}
{{LSL DefineRow||[[llSetVehicleFlags]]|}}
{{LSL DefineRow||[[llRemoveVehicleFlags]]|}}
{{LSL DefineRow||[[llRemoveVehicleFlags]]|}}
|events=
|events
<!--{{LSL DefineRow||[[changed]]|}}-->
|location
|location
|cat1
|articles={{LSL DefineRow||[[Linden Vehicle Tutorial]]}}
|cat1=Vehicle/Flags
|cat2
|cat2
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 00:12, 21 June 2009

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

Deep Notes

Search Canny for related Issues

Signature

integer VEHICLE_FLAG_HOVER_UP_ONLY = 0x020;