Go to the source code of this file.
Typedefs | |
typedef enum _move_command | move_command |
Defines the commands to be executed by Interactions for Worshipers. | |
Enumerations | |
enum | _move_command { MOVECMD_NOMOVE = 0, MOVECMD_NORTH, MOVECMD_SOUTH, MOVECMD_WEST, MOVECMD_EAST, MOVECMD_NORTHWEST, MOVECMD_NORTHEAST, MOVECMD_SOUTHWEST, MOVECMD_SOUTHEAST } |
Defines the commands to be executed by Interactions for Worshipers. More... |
Definition in file MoveCommand.h.
enum _move_command |
Defines the commands to be executed by Interactions for Worshipers.
Definition at line 38 of file MoveCommand.h.
00038 { 00040 MOVECMD_NOMOVE=0, 00042 MOVECMD_NORTH, 00044 MOVECMD_SOUTH, 00046 MOVECMD_WEST, 00048 MOVECMD_EAST, 00050 MOVECMD_NORTHWEST, 00052 MOVECMD_NORTHEAST, 00054 MOVECMD_SOUTHWEST, 00056 MOVECMD_SOUTHEAST 00057 } move_command;