ll.GroundNormal(Offset: vector) : vector
Returns 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,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGroundNormal",
"name": "GroundNormal",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"vector"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Offset",
"desc": "",
"type": [
"vector"
],
"variadic": false,
"optional": false
}
]
}
]
}