Difference between revisions of "AttachAshPile"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>DewiMorgan
m (→‎Notes: +note it's not in the TES4 wiki; debolding titles; bullets)
Line 1: Line 1:
=='''Description'''==
==Description==


'''AttachAshPile''' attaches an ash pile to the calling reference.
'''AttachAshPile''' attaches an ash pile to the calling reference.


=='''Syntax'''==
==Syntax==


  AttachAshPile iType (optional)
  AttachAshPile iType (optional)


=='''Examples'''==
==Examples==


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


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


[[Category:Functions]]
[[Category:Functions]]

Revision as of 13:37, 13 April 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.