llGroundRepel

From Second Life Wiki
Revision as of 05:37, 29 March 2007 by Ricky Geesink (talk | contribs)
Jump to navigation Jump to search

Summary

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

Critically damps to height if within height*0.5 of level

• float height Distance above the ground
• integer water boolean, if TRUE then hover above water too.
• float tau

Do not use with vehicles.

Examples

See Also

Functions

•  llSetHoverHeight Same as llGroundRepel but without the height condition
•  llStopHover To stop hovering

Deep Notes

Search JIRA for related Issues

Signature

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