ModelData:getAnimationNode

Edit

Returns the index of the node targeted by an animation's channel.

node = ModelData:getAnimationNode(animation, channel)

Arguments

NameTypeDescription
animationnumber The index or name of an animation.
channelnumber The index of a channel in the animation.

Returns

NameTypeDescription
nodenumber The index of the node targeted by the channel.

See also