3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/actor/agent/agent_commands/Command.h"
8namespace AgentCommands {
28 virtual void execute() ;
31 virtual bool isDone() ;
34 virtual void fireCommandDoneEvent() ;
49 MCFOLD
void $execute();
51 MCFOLD
bool $isDone();
53 MCAPI
void $fireCommandDoneEvent();
59 MCAPI
static void** $vftable();
Definition GetItemSpaceCommand.h:10