OBJECT DAMAGE
Revision as of 16:58, 13 August 2024 by Nexii Malthus (talk | contribs) (Created page with "{{LSL Constant |name=OBJECT_DAMAGE |type=integer |value=51 |desc=Gets the damage amount delivered by a prim on collision. |caveats= * Collideable damage as set via llSetDama...")
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer OBJECT_DAMAGE = 51;The integer constant OBJECT_DAMAGE has the value 51
Gets the damage amount delivered by a prim on collision.
Caveats
- Collideable damage as set via llSetDamage, PRIM_DAMAGE, and REZ_DAMAGE is limited to 100 maximum
Related Articles
Constants
• | PRIM_DAMAGE | |||
• | REZ_DAMAGE | |||
• | REZ_DAMAGE_TYPE |
Functions
• | llSetDamage | |||
• | llGetObjectDetails | |||
• | llSetPrimitiveParams | |||
• | llSetLinkPrimitiveParams | |||
• | llGetPrimitiveParams | |||
• | llGetLinkPrimitiveParams |
Articles
• | Combat2 |