AttachAshPile

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Attaches an ash pile to the calling reference.

Syntax

[help]
[ObjectRefID].AttachAshPile iType:int (optional)

Example

AttachAshPile       ; attaches the default ash pile
AttachAshPile 2     ; attaches the plasma goo ash pile

Notes

  • iType:
    • 1 = normal ash pile
    • 2 = plasma goo pile
  • This function is new in the GECK, and was not available in the TES4 Construction Set.