22 ::ll::TypedStorage<8, 8, ::Actor&> mTarget;
23 ::ll::TypedStorage<8, 8, ::Player&> mCommander;
24 ::ll::TypedStorage<4, 4, ::AgentActionType> mActionType;
25 ::ll::TypedStorage<1, 1, bool> mResult;
26 ::ll::TypedStorage<1, 1, bool> mIsQueryResult;
31 Command& operator=(Command
const&);
32 Command(Command
const&);
40 virtual void execute();
42 virtual bool isDone() = 0;
46 virtual void fireCommandDoneEvent();
52 MCAPI ::Vec3 _getNextPosFromDirection(::AgentComponents::Direction dir);
64 MCAPI
void $execute();
68 MCAPI
void $fireCommandDoneEvent();