Difference between revisions of "LlGroundRepel"

From Second Life Wiki
Jump to navigation Jump to search
Line 13: Line 13:
|return_text
|return_text
|spec
|spec
|caveats
|caveats=
*Only works on '''physical''' objects.
|constants
|constants
|examples
|examples

Revision as of 01:59, 19 October 2007

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 seconds to critically damp in

Do not use with vehicles.

Caveats

  • Only works on physical objects.
All Issues ~ Search JIRA for related Bugs

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 );