ModelData:getAnimationNode
EditReturns the index of the node targeted by an animation's channel.
node = ModelData:getAnimationNode(animation, channel)Arguments
| Name | Type | Description |
| animation | number | The index or name of an animation. |
| channel | number | The index of a channel in the animation. |
Returns
| Name | Type | Description |
| node | number | The index of the node targeted by the channel. |