Pawn.getSkeletons() method

Get the skeletons of the loaded pawn. Every pawn can have multiple skeletons and every skeleton can have multiple animations (call skeleton.getAnimations() to get them).

Signature:

getSkeletons(): Skeleton[];

Returns:

Skeleton[]