GetHitHealthDamage

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

When called from a OnHit/OnHitWith script block (or the corresponding NVSE event handlers), or from a ScriptEffectStart block in an Ammo form Impact Script, will return the health damage caused by the current hit.

Syntax

[help]
(healthDmg:float) reference.GetHitHealthDamage

Example

set fHealthDmg to targetRef.GetHitHealthDamage 

Notes

See Also