Phoenix2D-Library  0.10
Classes | Namespaces | Enumerations
Command.h File Reference
#include <string>
Include dependency graph for Command.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Phoenix::Command
  Command
The Command lorem Ipsum More...
 

Namespaces

 Phoenix
 

Enumerations

enum  Phoenix::COMMAND_STATUS { Phoenix::CREATED, Phoenix::SENT, Phoenix::EXECUTED, Phoenix::ERROR }
  COMMAND_STATUS
The Command type lorem Ipsum More...
 
enum  Phoenix::COMMAND_TYPE {
  Phoenix::EMPTY, Phoenix::MOVE, Phoenix::DASH, Phoenix::TURN,
  Phoenix::SAY, Phoenix::CATCH, Phoenix::KICK, Phoenix::TACKLE,
  Phoenix::TURN_NECK, Phoenix::POINT, Phoenix::CHANGE_VIEW, Phoenix::MOVE_OBJECT,
  Phoenix::CHANGE_MODE, Phoenix::START, Phoenix::RECOVER, Phoenix::CHANGE_PLAYER_TYPE
}
  COMMAND_TYPE
The Command type lorem Ipsum More...