GetAshPileSource

From the Fallout3 GECK Wiki
Revision as of 18:14, 9 April 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = When called on an '''Ash/Goo Pile''', returns the actor it originated from. |name = GetAshPileSource |returnType = pileSource:ref |ref...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

When called on an Ash/Goo Pile, returns the actor it originated from.

Syntax

[help]
(pileSource:ref) reference.GetAshPileSource

Example

set rSource to pileRef.GetAshPileSource

See Also