Difference between revisions of "PRIM HEALTH"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{LSL Constant |name=PRIM_HEALTH |type=integer |value=52 |desc=Sets the health of the object. |caveats= * Does not make this object scannable as a DAMAGEABLE object. For t...")
 
 
Line 6: Line 6:
|caveats=
|caveats=
* Does not make this object scannable as a [[DAMAGEABLE]] object. For that you will need to give add [[on_damage]] or [[final_damage]] events to the script on the object which will mark it as being able to process damage
* Does not make this object scannable as a [[DAMAGEABLE]] object. For that you will need to give add [[on_damage]] or [[final_damage]] events to the script on the object which will mark it as being able to process damage
|constants=
{{LSL DefineRow||[[OBJECT_HEALTH]]|}}
|functions=
|functions=
{{LSL DefineRow||[[llGetHealth]]|}}
{{LSL DefineRow||[[llGetHealth]]|}}

Latest revision as of 18:26, 13 August 2024

Description

Constant: integer PRIM_HEALTH = 52;

The integer constant PRIM_HEALTH has the value 52

Sets the health of the object.

Caveats

  • Does not make this object scannable as a DAMAGEABLE object. For that you will need to give add on_damage or final_damage events to the script on the object which will mark it as being able to process damage


Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_HEALTH = 52;