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 2208 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 2202 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 2205 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 2116 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 2188 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 2241 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 2233 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 2112 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 2192 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 2225 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 2213 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 2237 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 2229 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 2221 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 2217 of file parsers_declarations.cpp.
rebel_gov_list parsers::rebel_body::government |
Definition at line 2218 of file parsers_declarations.hpp.