ll.GetStatus(StatusFlag: number) : number
Returns boolean value of the specified status (e.g. STATUS_PHANTOM) of the object the script is attached to.
ll.GetStatus(10)
{
"def": "func",
"desc": "Returns boolean value of the specified status (e.g. STATUS_PHANTOM) of the object the script is attached to.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetStatus",
"name": "GetStatus",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "StatusFlag",
"desc": "A STATUS_* flag",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}