#include <constructbuildingcommand.h>
Public Types | |
| enum | Prerequisites { Energy = 1, Material = 2, Fuel = 4, Research = 8, Level = 0x10 } |
Public Member Functions | |
| Lack () | |
| Lack (int value) | |
| bool | ok () const |
| int | getValue () const |
Definition at line 63 of file constructbuildingcommand.h.
Definition at line 68 of file constructbuildingcommand.h.
| ConstructBuildingCommand::Lack::Lack | ( | ) | [inline] |
Definition at line 66 of file constructbuildingcommand.h.
| ConstructBuildingCommand::Lack::Lack | ( | int | value | ) | [inline] |
Definition at line 67 of file constructbuildingcommand.h.
| bool ConstructBuildingCommand::Lack::ok | ( | ) | const [inline] |
Definition at line 69 of file constructbuildingcommand.h.
Referenced by ConstructBuildingCommand::go().
| int ConstructBuildingCommand::Lack::getValue | ( | ) | const [inline] |
Definition at line 70 of file constructbuildingcommand.h.
1.5.1