OBJECT HEALTH
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer OBJECT_HEALTH = 50;The integer constant OBJECT_HEALTH has the value 50
Gets the health of the object.
This property can only be changed by a call to llSetPrimitiveParams or llSetLinkPrimitiveParams with PRIM_HEALTH. Damaging an object (with llDamage or collision by damage-enabled object) will not directly affect its health.
Caveats