GetExplosionRefSource
From GECK
A function added by the ShowOff NVSE Plugin version 1.25.
Contents
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
(actorSource:reference) explosionRef.GetExplosionRefSource
Example
let ref rActorSource := liveExplRef.GetExplosionRefSource
Notes
- An explosion REF can be acquired with GetHitProjectile.