The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
help::terrain_movement_info Struct Reference

Public Member Functions

bool operator< (const terrain_movement_info &other) const
 

Public Attributes

const t_string name
 
const t_string id
 
const int defense
 
const int movement_cost
 
const int vision_cost
 
const int jamming_cost
 
const bool defense_cap
 

Detailed Description

Definition at line 46 of file help_topic_generators.cpp.

Member Function Documentation

◆ operator<()

bool help::terrain_movement_info::operator< ( const terrain_movement_info other) const
inline

Definition at line 56 of file help_topic_generators.cpp.

References translation::icompare(), and name.

Member Data Documentation

◆ defense

const int help::terrain_movement_info::defense

Definition at line 50 of file help_topic_generators.cpp.

◆ defense_cap

const bool help::terrain_movement_info::defense_cap

Definition at line 54 of file help_topic_generators.cpp.

◆ id

const t_string help::terrain_movement_info::id

Definition at line 49 of file help_topic_generators.cpp.

◆ jamming_cost

const int help::terrain_movement_info::jamming_cost

Definition at line 53 of file help_topic_generators.cpp.

◆ movement_cost

const int help::terrain_movement_info::movement_cost

Definition at line 51 of file help_topic_generators.cpp.

◆ name

const t_string help::terrain_movement_info::name

Definition at line 48 of file help_topic_generators.cpp.

Referenced by operator<().

◆ vision_cost

const int help::terrain_movement_info::vision_cost

Definition at line 52 of file help_topic_generators.cpp.


The documentation for this struct was generated from the following file: