8 #ifndef RECAST_SERVER_CREATEENTITYCOMMAND_H
9 #define RECAST_SERVER_CREATEENTITYCOMMAND_H
17 bool isValid(
const std::string &cmd,
const std::vector<std::string> &args)
const;
25 #endif //RECAST_SERVER_CREATEENTITYCOMMAND_H
bool isValid(const std::string &cmd, const std::vector< std::string > &args) const
Definition: CreateEntityCommand.cpp:15
void onCommand(ICommandSender &sender, const std::string &cmd, const std::vector< std::string > &args)
Definition: CreateEntityCommand.cpp:20
bool isOnlyUICommand()
Definition: CreateEntityCommand.h:15
Definition: CreateEntityCommand.h:13
Definition: ICommandSender.hpp:12
Superclass for Command object.
Definition: ICommand.hpp:26