Returns the weight of a combination node. The weight specifies the relative portion the combined animations contribute to the resulting animation. The number is always between 0 (only the first animation contributes) and 1000 (only the second animation contributes). Returns nil if there is no such animation with the calling number or if the number refers to an animation node.
Syntax
int GetAnimationWeight(int animation_number);
Parameter
animation_number:
Animation number of which the weight must be queried.