Difference between revisions of "VEHICLE FLAG HOVER UP ONLY"

From Second Life Wiki
Jump to navigation Jump to search
 
m
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{LSL Constant
{{Issues/SVC-1972}}{{LSL Constant
|name=VEHICLE_FLAG_HOVER_UP_ONLY
|name=VEHICLE_FLAG_HOVER_UP_ONLY
|type=integer
|type=integer
|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=
**This has been confirmed to be a {{HoverText|misfeature|misfeature: A bug that has mutated into a supported feature.}}{{Footnote|See [[User_talk:Andrew_Linden#VEHICLE_FLAG_HOVER_UP_ONLY]] for details.|See User_talk:Andrew_Linden#VEHICLE_FLAG_HOVER_UP_ONLY for details.}}.
|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
}}
}}

Latest revision as of 21:46, 3 February 2010

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 misfeature[1].
All Issues ~ Search JIRA for related Bugs

Related Articles

Deep Notes

All Issues

~ Search JIRA for related Issues
   VEHICLE_FLAG_HOVER_UP_ONLY doesn't seem to do anything

Footnotes

Signature

integer VEHICLE_FLAG_HOVER_UP_ONLY = 0x020;