diff --git a/src/as/com/threerings/cast/CharacterManager.as b/src/as/com/threerings/cast/CharacterManager.as index 1ea84739..fa06dda2 100644 --- a/src/as/com/threerings/cast/CharacterManager.as +++ b/src/as/com/threerings/cast/CharacterManager.as @@ -81,6 +81,11 @@ public class CharacterManager return _actions.get(action); } + public function getComponent (compId :int) :CharacterComponent + { + return _crepo.getComponent(compId); + } + public function getActionFrames (descrip :CharacterDescriptor, action :String) :ActionFrames { if (!isLoaded(descrip)) {