Skip to content

tes3animationGroup⚓︎

A game object that stores animation group data from loaded keyframe data. This includes action and sound timing. Animation groups belonging to the same animation file are linked together.

Properties⚓︎

actionCount⚓︎

Read-only. The number of action note keys.

Returns:

  • result (number)

actionFrames⚓︎

Read-only. The action frame numbers array. The available action indexes depend on the purpose of the animation group.

Returns:

  • result (number[])

actionTimings⚓︎

Read-only. The action frame timings array. The available action indexes depend on the purpose of the animation group.

Returns:

  • result (number[])

groupId⚓︎

Read-only. The animation group ID. Useful when iterating through groups using nextGroup.

Returns:

  • result (number)

nextGroup⚓︎

Read-only. The next animation group in this keyframe data.

Returns:


soundGenCount⚓︎

Read-only. The number of soundgen note keys.

Returns:

  • result (number)

soundGenKeys⚓︎

Read-only. An array containing the soundgens.

Returns: