ll.GroundSlope (Offset: vector) -> vectorReturns the ground slope below the object position + Offset. Returns the ground slope at the object position + Offset.
ll.GroundSlope(vector(1,1,1))
{
"def": "func",
"desc": "Returns the ground slope below the object position + Offset.\nReturns the ground slope at the object position + Offset.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGroundSlope",
"private": false,
"takesSelf": false,
"name": "GroundSlope",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "vector"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Offset",
"desc": "",
"type": [
{
"def": "simple",
"value": "vector"
}
],
"variadic": false,
"optional": false
}
]
}
]
}