AttachAshPileEx

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Attaches an Ash Pile to the calling actor. Unlike the vanilla AttachAshPile, this function allows specifying an Activator form to be used for the ash pile model/properties, thus making it possible to create and use custom-made ash piles, in addition to the only two available in the game.

  • In order to use a custom Activator form as an ash pile, the base form must first be marked as one, using MarkActivatorAshPile.

Syntax

[help]
reference.AttachAshPileEx activator:form

Example

actorRef.AttachAshPileEx MyCustomAshPile 

See Also