ll.GetHealth(ID: uuid) : number
Returns 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,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetHealth",
"name": "GetHealth",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "ID",
"desc": "The ID of an agent or object in the region.",
"type": [
"uuid",
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}