Public Member Functions | |
bool | operator< (const terrain_movement_info &other) const |
Public Attributes | |
const t_string | name |
const std::string | id |
const int | defense |
const int | movement_cost |
const int | vision_cost |
const int | jamming_cost |
const bool | defense_cap |
Definition at line 46 of file help_topic_generators.cpp.
|
inline |
Definition at line 56 of file help_topic_generators.cpp.
References translation::icompare(), and name.
const int help::terrain_movement_info::defense |
Definition at line 50 of file help_topic_generators.cpp.
const bool help::terrain_movement_info::defense_cap |
Definition at line 54 of file help_topic_generators.cpp.
const std::string help::terrain_movement_info::id |
Definition at line 49 of file help_topic_generators.cpp.
const int help::terrain_movement_info::jamming_cost |
Definition at line 53 of file help_topic_generators.cpp.
const int help::terrain_movement_info::movement_cost |
Definition at line 51 of file help_topic_generators.cpp.
const t_string help::terrain_movement_info::name |
Definition at line 48 of file help_topic_generators.cpp.
Referenced by operator<().
const int help::terrain_movement_info::vision_cost |
Definition at line 52 of file help_topic_generators.cpp.