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 |
||
(One intermediate revision by one other user not shown) | |||
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> | ||
Line 12: | Line 12: | ||
|events= | |events= | ||
<!--{{LSL DefineRow||[[changed]]|}}--> | <!--{{LSL DefineRow||[[changed]]|}}--> | ||
| | |articles={{LSL DefineRow||[[Linden Vehicle Tutorial]]}} | ||
|cat1 | |cat1 | ||
|cat2 | |cat2 |
Latest revision as of 14:52, 29 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