Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
void | finish (rebel_context &) |
void | icon (association_type, int32_t value, error_handler &err, int32_t line, rebel_context &context) |
void | break_alliance_on_win (association_type, bool value, error_handler &err, int32_t line, rebel_context &context) |
void | area (association_type, std::string_view value, error_handler &err, int32_t line, rebel_context &context) |
void | defection (association_type, std::string_view value, error_handler &err, int32_t line, rebel_context &context) |
void | independence (association_type, std::string_view value, error_handler &err, int32_t line, rebel_context &context) |
void | defect_delay (association_type, int32_t value, error_handler &err, int32_t line, rebel_context &context) |
void | ideology (association_type, std::string_view value, error_handler &err, int32_t line, rebel_context &context) |
void | allow_all_cultures (association_type, bool value, error_handler &err, int32_t line, rebel_context &context) |
void | allow_all_ideologies (association_type, bool value, error_handler &err, int32_t line, rebel_context &context) |
void | allow_all_culture_groups (association_type, bool value, error_handler &err, int32_t line, rebel_context &context) |
void | occupation_mult (association_type, float value, error_handler &err, int32_t line, rebel_context &context) |
void | will_rise (dcon::value_modifier_key value, error_handler &err, int32_t line, rebel_context &context) |
void | spawn_chance (dcon::value_modifier_key value, error_handler &err, int32_t line, rebel_context &context) |
void | movement_evaluation (dcon::value_modifier_key value, error_handler &err, int32_t line, rebel_context &context) |
void | siege_won_trigger (dcon::trigger_key value, error_handler &err, int32_t line, rebel_context &context) |
void | demands_enforced_trigger (dcon::trigger_key value, error_handler &err, int32_t line, rebel_context &context) |
void | siege_won_effect (dcon::effect_key value, error_handler &err, int32_t line, rebel_context &context) |
void | demands_enforced_effect (dcon::effect_key value, error_handler &err, int32_t line, rebel_context &context) |
Public Attributes | |
rebel_gov_list | government |
Definition at line 2214 of file parsers_declarations.hpp.
void parsers::rebel_body::allow_all_culture_groups | ( | association_type | , |
bool | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
Definition at line 2202 of file parsers_declarations.cpp.
void parsers::rebel_body::allow_all_cultures | ( | association_type | , |
bool | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
Definition at line 2196 of file parsers_declarations.cpp.
void parsers::rebel_body::allow_all_ideologies | ( | association_type | , |
bool | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
Definition at line 2199 of file parsers_declarations.cpp.
void parsers::rebel_body::area | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
void parsers::rebel_body::break_alliance_on_win | ( | association_type | , |
bool | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
Definition at line 2110 of file parsers_declarations.cpp.
void parsers::rebel_body::defect_delay | ( | association_type | , |
int32_t | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
Definition at line 2182 of file parsers_declarations.cpp.
void parsers::rebel_body::defection | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
void parsers::rebel_body::demands_enforced_effect | ( | dcon::effect_key | value, |
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
Definition at line 2235 of file parsers_declarations.cpp.
void parsers::rebel_body::demands_enforced_trigger | ( | dcon::trigger_key | value, |
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
Definition at line 2227 of file parsers_declarations.cpp.
|
inline |
Definition at line 2215 of file parsers_declarations.hpp.
void parsers::rebel_body::icon | ( | association_type | , |
int32_t | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
Definition at line 2106 of file parsers_declarations.cpp.
void parsers::rebel_body::ideology | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
Definition at line 2186 of file parsers_declarations.cpp.
void parsers::rebel_body::independence | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
void parsers::rebel_body::movement_evaluation | ( | dcon::value_modifier_key | value, |
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
Definition at line 2219 of file parsers_declarations.cpp.
void parsers::rebel_body::occupation_mult | ( | association_type | , |
float | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
Definition at line 2207 of file parsers_declarations.cpp.
void parsers::rebel_body::siege_won_effect | ( | dcon::effect_key | value, |
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
Definition at line 2231 of file parsers_declarations.cpp.
void parsers::rebel_body::siege_won_trigger | ( | dcon::trigger_key | value, |
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
Definition at line 2223 of file parsers_declarations.cpp.
void parsers::rebel_body::spawn_chance | ( | dcon::value_modifier_key | value, |
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
Definition at line 2215 of file parsers_declarations.cpp.
void parsers::rebel_body::will_rise | ( | dcon::value_modifier_key | value, |
error_handler & | err, | ||
int32_t | line, | ||
rebel_context & | context | ||
) |
Definition at line 2211 of file parsers_declarations.cpp.
rebel_gov_list parsers::rebel_body::government |
Definition at line 2218 of file parsers_declarations.hpp.