ll.GroundNormal (Offset: vector) -> vectorReturns the ground normal below the object position + offset. Returns the ground contour at the object's position + Offset.
ll.GroundNormal(vector(1,1,1))
{
"def": "func",
"desc": "Returns the ground normal below the object position + offset.\nReturns the ground contour at the object's position + Offset.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGroundNormal",
"private": false,
"takesSelf": false,
"name": "GroundNormal",
"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
}
]
}
]
}