#include <constructunitcommand.h>
Public Types | |
| enum | Prerequisites { Energy = 1, Material = 2, Fuel = 4, Research = 8, Unloadability = 0x10, Movement = 0x20 } |
Public Member Functions | |
| Lack () | |
| Lack (int value) | |
| bool | ok () const |
| int | getValue () const |
Definition at line 67 of file constructunitcommand.h.
Definition at line 72 of file constructunitcommand.h.
| ConstructUnitCommand::Lack::Lack | ( | ) | [inline] |
Definition at line 70 of file constructunitcommand.h.
| ConstructUnitCommand::Lack::Lack | ( | int | value | ) | [inline] |
Definition at line 71 of file constructunitcommand.h.
| bool ConstructUnitCommand::Lack::ok | ( | ) | const [inline] |
Definition at line 73 of file constructunitcommand.h.
| int ConstructUnitCommand::Lack::getValue | ( | ) | const [inline] |
Definition at line 74 of file constructunitcommand.h.
1.5.1