Difference between revisions of "AttachAshPile"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
Line 19: Line 19:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Functions (GECK 1.1)]]

Revision as of 11:46, 15 August 2009

Description

AttachAshPile attaches an ash pile to the calling reference.

Syntax

AttachAshPile iType (optional)

Examples

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.