ll.GetParcelFlags(Position: vector) : number
Returns a mask of the parcel flags (PARCEL_FLAG_) for the parcel that includes the point Position. Returns a bit-field specifying the parcel flags (PARCEL_FLAG_) for the parcel at Position.
ll.GetParcelFlags(vector(1,1,1))
{
"def": "func",
"desc": "Returns a mask of the parcel flags (PARCEL_FLAG_*) for the parcel that includes the point Position.\nReturns a bit-field specifying the parcel flags (PARCEL_FLAG_*) for the parcel at Position.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetParcelFlags",
"name": "GetParcelFlags",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Position",
"desc": "",
"type": [
"vector"
],
"variadic": false,
"optional": false
}
]
}
]
}