GetExplosionHitDamage

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin version 1.65.

Description

Returns the damage that will be dealt by the explosion that triggered the ShowOff:OnExplosionHit event. Unusable outside of that event.

Syntax

[help]
(damage:float) GetExplosionHitDamage

If SetExplosionHitDamage was previously called, will return the newly updated damage-to-deal.

See Also