This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
struct | Action |
Enumerations | |
enum | GrowType { growVertical = 0, growHorizontal = 1 } |
enum | MoveType { moveVerticalCW = 0, moveHorizontalCW = 1, moveVerticalCCW = 2, moveHorizontalCCW = 3, moveUnknown = 0xFF } |
enum | ActionList { none = 0, newCylinder = 1, growTo = 2, belittle = 3, moveCylinder = 4, dropCylinder = 5, sendEnergy = 6, sendMessageAction = 7 } |
|
Actions that a cylinder may want to perform
Definition at line 52 of file action.h. Referenced by Action::Action(). |
|
type of grow (horizontal is radius grow)
Definition at line 30 of file action.h. Referenced by Action::Action(), Cylinder::grow(), Client::grow(), and Cylinder::performAction(). |
|
Type of movement that the cylinder can do. CW is clockwise, CCW is counterclockwise
Definition at line 40 of file action.h. Referenced by Action::Action(), Cylinder::move(), and Client::move(). |