47 void move(
double x,
double y);
48 void turn(
double moment);
50 void dash(
double power,
double direction);
51 void say(std::string message);
53 void kick(
double power,
double direction);
54 void tackle(
double power,
bool willToFoul);
55 void pointTo(
double distance,
double direction);
57 void moveObject(std::string
object,
double x,
double y);
void pointTo(double distance, double direction)
void dash(double power, double direction)
void changeView(std::string width)
void changeMode(std::string mode)
Commands(Connect *connect)
void move(double x, double y)
Commands The Commans lorem Ipsum
void moveObject(std::string object, double x, double y)
void catchBall(double direction)
void kick(double power, double direction)
void tackle(double power, bool willToFoul)
void say(std::string message)
void turnNeck(double moment)