Difference between revisions of "VEHICLE HOVER HEIGHT"
Jump to navigation
Jump to search
(New page: {{LSL Constant |name=VEHICLE_HOVER_HEIGHT |type=integer |value=24 |desc=height the vehicle will try to hover above ground <!-- <lsl> </lsl> --> |functions= {{LSL DefineRow||[[llSetVehicleF...) |
m (set to zero to disable hover) |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=24 | |value=24 | ||
|desc=height the vehicle will try to hover above ground | |desc=height the vehicle will try to hover above ground. Set to zero to disable hover. | ||
<!-- | <!-- | ||
<lsl> | <lsl> |
Revision as of 12:56, 14 November 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer VEHICLE_HOVER_HEIGHT = 24;The integer constant VEHICLE_HOVER_HEIGHT has the value 24
height the vehicle will try to hover above ground. Set to zero to disable hover.
Caveats
Related Articles
Functions
• | llSetVehicleFloatParam |