ll.GetRegionCorner () -> vectorReturns a vector, in meters, that is the global location of the south-west corner of the region which the object is in. Returns the Region-Corner of the simulator containing the task. The region-corner is a vector (values in meters) representing distance from the first region.
ll.GetRegionCorner()
{
"def": "func",
"desc": "Returns a vector, in meters, that is the global location of the south-west corner of the region which the object is in.\nReturns the Region-Corner of the simulator containing the task. The region-corner is a vector (values in meters) representing distance from the first region.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetRegionCorner",
"private": false,
"takesSelf": false,
"name": "GetRegionCorner",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "vector"
}
],
"optional": false
}
],
"args": []
}
]
}