Difference between revisions of "LlSetHoverHeight"

From Second Life Wiki
Jump to navigation Jump to search
Line 3: Line 3:
|func_id=123|func_sleep=0.0|func_energy=10.0
|func_id=123|func_sleep=0.0|func_energy=10.0
|func=llSetHoverHeight
|func=llSetHoverHeight
|p1_type=float|p1_name=height
|p1_type=float|p1_name=height|p1_desc=Distance above the ground
|p2_type=integer|p2_name=water
|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
|func_footnote
|func_desc=Critically damps to a height (either above ground level or above the higher of land and water if water == TRUE)
|func_desc=Critically damps to a '''height''' above the ground (or water) in '''tau''' seconds.
|return_text
|return_text
|spec
|spec
Line 14: Line 14:
|examples
|examples
|helpers
|helpers
|also_functions
|also_functions={{{!}}
{{LSL DefineRow||[[llGroundRepel]]| Same as llSetHoverHeight but does not hover all the time}}
{{!}}}
|also_tests
|also_tests
|also_events
|also_events
|also_articles
|also_articles
|notes
|notes
|cat1=Physics
|cat1=Hover
|cat2=Hover
|cat2=Movement
|cat3
|cat3=Physics
|cat4
|cat4
}}
}}

Revision as of 13:37, 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

Examples

See Also

Functions

•  llGroundRepel Same as llSetHoverHeight but does not hover all the time

Deep Notes

Search JIRA for related Issues

Signature

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