I know how to set a point at target, but I can't find how to get what a point at target is.
var pAt = bone.getPointAtControl();
pAt.getValue() will get me the strength value. I've tried pAt.getLabel() and pAT.getName() but both are returning blank.