Difference between revisions of "VEHICLE FLAG HOVER UP ONLY"
Jump to navigation
Jump to search
(Add 'Related Articles') |
m |
||
Line 11: | Line 11: | ||
{{LSL ConstRow|VEHICLE_BUOYANCY}} | {{LSL ConstRow|VEHICLE_BUOYANCY}} | ||
{{LSL ConstRow|VEHICLE_HOVER_HEIGHT}} | {{LSL ConstRow|VEHICLE_HOVER_HEIGHT}} | ||
{{LSL ConstRow|VEHICLE_FLAG_HOVER_WATER_ONLY}} | |||
|functions= | |functions= | ||
{{LSL DefineRow||[[llSetVehicleFlags]]|}} | {{LSL DefineRow||[[llSetVehicleFlags]]|}} |
Revision as of 23:10, 20 June 2009
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.
- Andrew Linden reports that this was a bug but it is now an officially recognized misfeature.
Related Articles
Constants
• | VEHICLE_BUOYANCY | |||
• | VEHICLE_HOVER_HEIGHT | |||
• | VEHICLE_FLAG_HOVER_WATER_ONLY |
Functions
• | llSetVehicleFlags | |||
• | llRemoveVehicleFlags |
Articles
• | Linden Vehicle Tutorial |