21 ::ll::TypedStorage<8, 200, ::CommandSelector<::Actor>> mTargets;
22 ::ll::TypedStorage<8, 32, ::std::string> mAnimation;
23 ::ll::TypedStorage<8, 32, ::std::string> mNextState;
24 ::ll::TypedStorage<8, 32, ::std::string> mStopExpression;
25 ::ll::TypedStorage<8, 32, ::std::string> mController;
26 ::ll::TypedStorage<4, 4, float> mBlendOutTime;
34 virtual ~PlayAnimationCommand() ;
40 MCAPI PlayAnimationCommand();