GetExplosionRefSource

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin version 1.25.

Description

Returns the Actor reference that is the "source" of the calling live-Explosion - that is, who/what fired it. Whoever is hit by the Explosion will consider that reference as their attacker.

Syntax

[help]
(actorSource:reference) explosionRef.GetExplosionRefSource

Example

let ref rActorSource := liveExplRef.GetExplosionRefSource 

Notes

See Also