AnimObject

From the Fallout4 CreationKit Wiki
Revision as of 23:52, 13 July 2016 by imported>Qazaaq
Jump to navigation Jump to search

Papyrus: None

AnimObjects represent props that will be created and used as part of an animation (typically an idle animation). For example, the hoe used in the raking idle animation is an AnimObject.

Editor Dialog

AnimObject Editor.png

  • ID: The editor ID which is used by the Creation Kit.
  • Model: The NIF model of the object used in the animation.
  • Unload Event The event that will be sent by the animation when the object needs to be removed.
    • Behavior graph filter:

See Also