Difference between revisions of "LlSetHoverHeight"

From Second Life Wiki
Jump to navigation Jump to search
Line 6: Line 6:
|p2_type=integer|p2_name=water|p2_desc=boolean, if [[TRUE]] then hover above water too.
|p2_type=integer|p2_name=water|p2_desc=boolean, if [[TRUE]] then hover above water too.
|p3_type=float|p3_name=tau
|p3_type=float|p3_name=tau
|func_footnote=Do not use with vehicles.
|func_footnote=Do not use with vehicles.<br/>Use [[llStopHover]] to stop hovering.
|func_desc=Critically damps to a '''height''' above the ground (or water) in '''tau''' seconds.
|func_desc=Critically damps to a '''height''' above the ground (or water) in '''tau''' seconds.
|return_text
|return_text
Line 16: Line 16:
|also_functions={{{!}}
|also_functions={{{!}}
{{LSL DefineRow||[[llGroundRepel]]| Same as llSetHoverHeight but does not hover all the time}}
{{LSL DefineRow||[[llGroundRepel]]| Same as llSetHoverHeight but does not hover all the time}}
{{LSL DefineRow||[[llStopHover]]|To stop hovering}}
{{!}}}
{{!}}}
|also_tests
|also_tests

Revision as of 13:40, 22 February 2007

Summary

Function: llSetHoverHeight( float height, integer water, float tau );

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 damp in

Do not use with vehicles.
Use llStopHover to stop hovering.

Examples

See Also

Functions

•  llGroundRepel Same as llSetHoverHeight but does not hover all the time
•  llStopHover To stop hovering

Deep Notes

Search JIRA for related Issues

Signature

function void llSetHoverHeight( float height, integer water, float tau );