Pack.getSkeleton

Get a skeleton from this pack

struct Pack
getSkeleton
(
const string name
)

Parameters

name string

Name of the skeleton to load.

Return Value

Type: Resource!(SkeletonNode[])

A Resource tuple, first item is a list of nodes in the skeleton.

Throws

  • PackException if the skeleton doesn't exist.
  • rcdata.json.JSONException if the skeleton isn't valid.

Meta