Difference between revisions of "AttachAshPile"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Ez0n3
 
Line 1: Line 1:
==Description==
{{Function
 
|origin = GECK1
'''AttachAshPile''' attaches an ash pile to the calling reference.
|summary = Attaches an ash pile to the calling reference.
 
|name = AttachAshPile
==Syntax==
|returnType = void
 
|referenceType = [ObjectRefID]
AttachAshPile iType (optional)
|arguments =  
 
  {{FunctionArgument
==Examples==
  |Name = iType
 
  |Type = int (optional)
  AttachAshPile      ; attaches the default ash pile
  |Optional = y
  }}
|example = 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.
*This function is new in the GECK, and was not available in the TES4 Construction Set.


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

Latest revision as of 02:24, 13 January 2011

< [[::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.