ll.GetHealth (ID: uuid) -> numberReturns the current health of an avatar or object in the region.
ll.GetHealth(uuid(<key>))
{
"def": "func",
"desc": "Returns the current health of an avatar or object in the region.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetHealth",
"private": false,
"takesSelf": false,
"name": "GetHealth",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "ID",
"desc": "The ID of an agent or object in the region.",
"type": [
{
"def": "simple",
"value": "uuid"
},
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}