Difference between revisions of "AnimObject"
Jump to navigation
Jump to search
imported>Qazaaq (Created page with "Category: Papyrus Category:Editor Reference Category:Object_Classes Category:Miscellaneous '''Papyrus:''' None =Overview= '''AnimObject'''s represent props th...") |
imported>Qazaaq (added template descriptions.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''Type:''' <code>ANIO</code> | |||
<BR/> | |||
'''Papyrus:''' None | '''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. | |||
The [[AnimObject]] [[:Category:Object Classes|object]] is found within the [[Object Window]] under the [[:Category:Miscellaneous|Miscellaneous Category]]. | |||
For example, the hoe used in the raking idle animation is an AnimObject. | |||
== Editor Dialog == | |||
[[File:AnimObject Editor.png]] | [[File:AnimObject Editor.png]] | ||
*{{Template:Editor:Property:ID}} | |||
*{{Template:Editor:Property:Model}} | |||
*'''Unload Event''' The event that will be sent by the animation when the object needs to be removed. | |||
**'''Behavior graph filter:''' | |||
== | == See Also == | ||
* | *[[:Category:Miscellaneous|Miscellaneous Category]] | ||
[[Category:Editor Reference]] | |||
[[Category:Object_Classes]] | |||
[[Category:Miscellaneous]] |
Latest revision as of 19:04, 28 March 2018
Type: ANIO
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. The AnimObject object is found within the Object Window under the Miscellaneous Category.
Editor Dialog[edit | edit source]
- ID: The ID, also referred to as Editor ID, is used by the Creation Kit to uniquely identify this record within a Data File.
- Model: The 3D Model File that will be used when this object is placed in the game world.
- Unload Event The event that will be sent by the animation when the object needs to be removed.
- Behavior graph filter: