Background for Fallout 4
Member of the Actor script
voidfunctionAttachAshPile(FormakAshPileBase=NONE)Native

[DEV SERVER] Loading description...


Caveats


Parameters

FormakAshPileBase=NONE

CK Wiki Description

The base object or leveled item list to use for the ash pile. If None is passed, it will use the default ash pile base object.

  • Default:None

Examples

; Attach the default ash pile object to the spectre
if ( !Spectre.IsEssential() )
    Spectre.AttachAshPile()
; Attach a bucket ash pile object to the spectre
if ( !Spectre.IsEssential() )
    Spectre.AttachAshPile(BucketMiscObject)

Auto-Generated Example

Form myForm__akAshPileBase

myActor__toCallFunctionOn.AttachAshPile(myForm__akAshPileBase)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.