LlSetHoverHeight
From Second Life Wiki
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Description
Function: llSetHoverHeight( float height, integer water, float tau );| 123 | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Critically damps to a height above the ground (or water) in tau seconds.
| • float | height | – | Distance above the ground | |
| • integer | water | – | boolean, if TRUE then hover above water too. | |
| • float | tau | – | seconds to critically damps in |
Do not use with vehicles.
Use llStopHover to stop hovering.
See Also
Functions
| • | llGroundRepel | – | Same as llSetHoverHeight but does not hover all the time | |
| • | llStopHover | – | To stop hovering |

