|
void | finish (country_history_context &) |
|
void | set_country_flag (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context) |
|
void | set_global_flag (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context) |
|
void | colonial_points (association_type, int32_t value, error_handler &err, int32_t line, country_history_context &context) |
|
void | capital (association_type, int32_t value, error_handler &err, int32_t line, country_history_context &context) |
|
void | any_value (std::string_view label, association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context) |
|
void | primary_culture (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context) |
|
void | culture (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context) |
|
void | remove_culture (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context) |
|
void | religion (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context) |
|
void | government (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context) |
|
void | plurality (association_type, float value, error_handler &err, int32_t line, country_history_context &context) |
|
void | prestige (association_type, float value, error_handler &err, int32_t line, country_history_context &context) |
|
void | nationalvalue (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context) |
|
void | schools (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context) |
|
void | civilized (association_type, bool value, error_handler &err, int32_t line, country_history_context &context) |
|
void | is_releasable_vassal (association_type, bool value, error_handler &err, int32_t line, country_history_context &context) |
|
void | literacy (association_type, float value, error_handler &err, int32_t line, country_history_context &context) |
|
void | non_state_culture_literacy (association_type, float value, error_handler &err, int32_t line, country_history_context &context) |
|
void | consciousness (association_type, float value, error_handler &err, int32_t line, country_history_context &context) |
|
void | nonstate_consciousness (association_type, float value, error_handler &err, int32_t line, country_history_context &context) |
|
void | govt_flag (govt_flag_block const &value, error_handler &err, int32_t line, country_history_context &context) |
|
void | ruling_party (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context) |
|
void | decision (association_type, std::string_view value, error_handler &err, int32_t line, country_history_context &context) |
|
Definition at line 2599 of file parsers_declarations.hpp.