llGroundSlope

From Second Life Wiki
Jump to navigation Jump to search

Summary

Function: vector llGroundSlope( vector offset );

Returns a vector that is the ground slope below the object position + offset

• vector offset offset relative to the prim's position and expressed in local coordinates

The requested position needs to be in the same region. Only the x and y coordinates in offset are important, the z component is ignored.

Examples

See Also

Functions

•  llGround Gets the ground height
•  llGroundContour Gets the ground contour
•  llGroundNormal Gets the ground normal

Deep Notes

Search JIRA for related Issues

Signature

function vector llGroundSlope( vector offset );