Project Alice
Loading...
Searching...
No Matches
parsers::rebel_body Struct Reference

#include <parsers_declarations.hpp>

Collaboration diagram for parsers::rebel_body:

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
 

Detailed Description

Definition at line 2214 of file parsers_declarations.hpp.

Member Function Documentation

◆ allow_all_culture_groups()

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.

◆ allow_all_cultures()

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.

◆ allow_all_ideologies()

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.

◆ area()

void parsers::rebel_body::area ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
rebel_context context 
)

Definition at line 2120 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ break_alliance_on_win()

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.

◆ defect_delay()

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.

◆ defection()

void parsers::rebel_body::defection ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
rebel_context context 
)

Definition at line 2143 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ demands_enforced_effect()

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.

◆ demands_enforced_trigger()

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.

◆ finish()

void parsers::rebel_body::finish ( rebel_context )
inline

Definition at line 2215 of file parsers_declarations.hpp.

◆ icon()

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.

◆ ideology()

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.

◆ independence()

void parsers::rebel_body::independence ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
rebel_context context 
)

Definition at line 2164 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ movement_evaluation()

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.

◆ occupation_mult()

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.

◆ siege_won_effect()

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.

◆ siege_won_trigger()

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.

◆ spawn_chance()

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.

◆ will_rise()

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.

Member Data Documentation

◆ government

rebel_gov_list parsers::rebel_body::government

Definition at line 2218 of file parsers_declarations.hpp.


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