![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <unittype.h>
Public Attributes | |
| enum unit_type_flag_id | flag |
| enum combat_bonus_type | type |
| int | value |
| bool | quiet |
Definition at line 431 of file unittype.h.
| enum unit_type_flag_id combat_bonus::flag |
Definition at line 143 of file unittype.h.
Referenced by handle_ruleset_unit_bonus(), and lookup_cbonus_list().
| bool combat_bonus::quiet |
Definition at line 437 of file unittype.h.
Referenced by handle_ruleset_unit_bonus().
| enum combat_bonus_type combat_bonus::type |
Definition at line 143 of file unittype.h.
Referenced by handle_ruleset_unit_bonus().
| int combat_bonus::value |
Definition at line 434 of file unittype.h.
Referenced by handle_ruleset_unit_bonus().