Function VisualServerSingleton.instanceAttachSkeleton

Attaches a skeleton to an instance. Removes the previous skeleton from the instance.

void instanceAttachSkeleton (
  const(RID) instance,
  const(RID) skeleton
) nothrow @nogc;