Difference between revisions of "VEHICLE FLAG HOVER UP ONLY"
Jump to navigation
Jump to search
(New page: {{LSL Constant |name=VEHICLE_FLAG_HOVER_UP_ONLY |type=integer |value=5 |desc= |pa= |text= |pb= |examples |constants= <!--{{LSL ConstRow|CHANGED_SHAPE}}--> |functions= {{LSL DefineRow||[[ll...) |
|||
Line 2: | Line 2: | ||
|name=VEHICLE_FLAG_HOVER_UP_ONLY | |name=VEHICLE_FLAG_HOVER_UP_ONLY | ||
|type=integer | |type=integer | ||
|value= | |value=0x020 | ||
|desc= | |desc= | ||
|pa= | |pa= | ||
Line 21: | Line 21: | ||
|cat4 | |cat4 | ||
}} | }} | ||
===Bugs and Misfeatures=== | |||
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. |
Revision as of 11:06, 17 April 2008
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
Related Articles
Functions
• | llSetVehicleFlags | |||
• | llRemoveVehicleFlags |
Deep Notes
Bugs and Misfeatures
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.