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

#include <parsers_declarations.hpp>

Public Member Functions

void finish (individual_cb_context &context)
 
void is_civil_war (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void months (association_type, int32_t value, error_handler &err, int32_t line, individual_cb_context &context)
 
void truce_months (association_type, int32_t value, error_handler &err, int32_t line, individual_cb_context &context)
 
void sprite_index (association_type, int32_t value, error_handler &err, int32_t line, individual_cb_context &context)
 
void always (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void is_triggered_only (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void constructing_cb (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void great_war_obligatory (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void all_allowed_states (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void crisis (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_clear_union_sphere (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_gunboat (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_annex (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_demand_state (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_add_to_sphere (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_disarmament (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_reparations (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_transfer_provinces (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_remove_prestige (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_make_puppet (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_release_puppet (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_status_quo (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_install_communist_gov_type (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_uninstall_communist_gov_type (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_remove_cores (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_colony (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_destroy_forts (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void po_destroy_naval_bases (association_type, bool value, error_handler &err, int32_t line, individual_cb_context &context)
 
void war_name (association_type, std::string_view value, error_handler &err, int32_t line, individual_cb_context &context)
 
void badboy_factor (association_type, float value, error_handler &err, int32_t line, individual_cb_context &context)
 
void prestige_factor (association_type, float value, error_handler &err, int32_t line, individual_cb_context &context)
 
void peace_cost_factor (association_type, float value, error_handler &err, int32_t line, individual_cb_context &context)
 
void penalty_factor (association_type, float value, error_handler &err, int32_t line, individual_cb_context &context)
 
void break_truce_prestige_factor (association_type, float value, error_handler &err, int32_t line, individual_cb_context &context)
 
void break_truce_infamy_factor (association_type, float value, error_handler &err, int32_t line, individual_cb_context &context)
 
void break_truce_militancy_factor (association_type, float value, error_handler &err, int32_t line, individual_cb_context &context)
 
void good_relation_prestige_factor (association_type, float value, error_handler &err, int32_t line, individual_cb_context &context)
 
void good_relation_infamy_factor (association_type, float value, error_handler &err, int32_t line, individual_cb_context &context)
 
void good_relation_militancy_factor (association_type, float value, error_handler &err, int32_t line, individual_cb_context &context)
 
void construction_speed (association_type, float value, error_handler &err, int32_t line, individual_cb_context &context)
 
void tws_battle_factor (association_type, float value, error_handler &err, int32_t line, individual_cb_context &context)
 
void allowed_states (dcon::trigger_key value, error_handler &err, int32_t line, individual_cb_context &context)
 
void allowed_states_in_crisis (dcon::trigger_key value, error_handler &err, int32_t line, individual_cb_context &context)
 
void allowed_substate_regions (dcon::trigger_key value, error_handler &err, int32_t line, individual_cb_context &context)
 
void allowed_countries (dcon::trigger_key value, error_handler &err, int32_t line, individual_cb_context &context)
 
void can_use (dcon::trigger_key value, error_handler &err, int32_t line, individual_cb_context &context)
 
void on_add (dcon::effect_key value, error_handler &err, int32_t line, individual_cb_context &context)
 
void on_po_accepted (dcon::effect_key value, error_handler &err, int32_t line, individual_cb_context &context)
 

Detailed Description

Definition at line 1707 of file parsers_declarations.hpp.

Member Function Documentation

◆ all_allowed_states()

void parsers::cb_body::all_allowed_states ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 761 of file parsers_declarations.cpp.

◆ allowed_countries()

void parsers::cb_body::allowed_countries ( dcon::trigger_key  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 962 of file parsers_declarations.cpp.

◆ allowed_states()

void parsers::cb_body::allowed_states ( dcon::trigger_key  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 948 of file parsers_declarations.cpp.

◆ allowed_states_in_crisis()

void parsers::cb_body::allowed_states_in_crisis ( dcon::trigger_key  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 952 of file parsers_declarations.cpp.

◆ allowed_substate_regions()

void parsers::cb_body::allowed_substate_regions ( dcon::trigger_key  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 957 of file parsers_declarations.cpp.

◆ always()

void parsers::cb_body::always ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 735 of file parsers_declarations.cpp.

◆ badboy_factor()

void parsers::cb_body::badboy_factor ( association_type  ,
float  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 893 of file parsers_declarations.cpp.

◆ break_truce_infamy_factor()

void parsers::cb_body::break_truce_infamy_factor ( association_type  ,
float  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 914 of file parsers_declarations.cpp.

◆ break_truce_militancy_factor()

void parsers::cb_body::break_truce_militancy_factor ( association_type  ,
float  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 919 of file parsers_declarations.cpp.

◆ break_truce_prestige_factor()

void parsers::cb_body::break_truce_prestige_factor ( association_type  ,
float  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 909 of file parsers_declarations.cpp.

◆ can_use()

void parsers::cb_body::can_use ( dcon::trigger_key  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 966 of file parsers_declarations.cpp.

◆ constructing_cb()

void parsers::cb_body::constructing_cb ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 747 of file parsers_declarations.cpp.

◆ construction_speed()

void parsers::cb_body::construction_speed ( association_type  ,
float  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 939 of file parsers_declarations.cpp.

◆ crisis()

void parsers::cb_body::crisis ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 767 of file parsers_declarations.cpp.

◆ finish()

void parsers::cb_body::finish ( individual_cb_context context)

Definition at line 710 of file parsers_declarations.cpp.

◆ good_relation_infamy_factor()

void parsers::cb_body::good_relation_infamy_factor ( association_type  ,
float  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 929 of file parsers_declarations.cpp.

◆ good_relation_militancy_factor()

void parsers::cb_body::good_relation_militancy_factor ( association_type  ,
float  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 934 of file parsers_declarations.cpp.

◆ good_relation_prestige_factor()

void parsers::cb_body::good_relation_prestige_factor ( association_type  ,
float  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 924 of file parsers_declarations.cpp.

◆ great_war_obligatory()

void parsers::cb_body::great_war_obligatory ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 753 of file parsers_declarations.cpp.

◆ is_civil_war()

void parsers::cb_body::is_civil_war ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 716 of file parsers_declarations.cpp.

◆ is_triggered_only()

void parsers::cb_body::is_triggered_only ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 741 of file parsers_declarations.cpp.

◆ months()

void parsers::cb_body::months ( association_type  ,
int32_t  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 723 of file parsers_declarations.cpp.

◆ on_add()

void parsers::cb_body::on_add ( dcon::effect_key  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 970 of file parsers_declarations.cpp.

◆ on_po_accepted()

void parsers::cb_body::on_po_accepted ( dcon::effect_key  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 974 of file parsers_declarations.cpp.

◆ peace_cost_factor()

void parsers::cb_body::peace_cost_factor ( association_type  ,
float  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 901 of file parsers_declarations.cpp.

◆ penalty_factor()

void parsers::cb_body::penalty_factor ( association_type  ,
float  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 905 of file parsers_declarations.cpp.

◆ po_add_to_sphere()

void parsers::cb_body::po_add_to_sphere ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 798 of file parsers_declarations.cpp.

◆ po_annex()

void parsers::cb_body::po_annex ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 786 of file parsers_declarations.cpp.

◆ po_clear_union_sphere()

void parsers::cb_body::po_clear_union_sphere ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 773 of file parsers_declarations.cpp.

◆ po_colony()

void parsers::cb_body::po_colony ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 867 of file parsers_declarations.cpp.

◆ po_demand_state()

void parsers::cb_body::po_demand_state ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 792 of file parsers_declarations.cpp.

◆ po_destroy_forts()

void parsers::cb_body::po_destroy_forts ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 874 of file parsers_declarations.cpp.

◆ po_destroy_naval_bases()

void parsers::cb_body::po_destroy_naval_bases ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 880 of file parsers_declarations.cpp.

◆ po_disarmament()

void parsers::cb_body::po_disarmament ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 804 of file parsers_declarations.cpp.

◆ po_gunboat()

void parsers::cb_body::po_gunboat ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 780 of file parsers_declarations.cpp.

◆ po_install_communist_gov_type()

void parsers::cb_body::po_install_communist_gov_type ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 847 of file parsers_declarations.cpp.

◆ po_make_puppet()

void parsers::cb_body::po_make_puppet ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 829 of file parsers_declarations.cpp.

◆ po_release_puppet()

void parsers::cb_body::po_release_puppet ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 835 of file parsers_declarations.cpp.

◆ po_remove_cores()

void parsers::cb_body::po_remove_cores ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 861 of file parsers_declarations.cpp.

◆ po_remove_prestige()

void parsers::cb_body::po_remove_prestige ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 823 of file parsers_declarations.cpp.

◆ po_reparations()

void parsers::cb_body::po_reparations ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 810 of file parsers_declarations.cpp.

◆ po_status_quo()

void parsers::cb_body::po_status_quo ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 841 of file parsers_declarations.cpp.

◆ po_transfer_provinces()

void parsers::cb_body::po_transfer_provinces ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 816 of file parsers_declarations.cpp.

◆ po_uninstall_communist_gov_type()

void parsers::cb_body::po_uninstall_communist_gov_type ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 854 of file parsers_declarations.cpp.

◆ prestige_factor()

void parsers::cb_body::prestige_factor ( association_type  ,
float  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 897 of file parsers_declarations.cpp.

◆ sprite_index()

void parsers::cb_body::sprite_index ( association_type  ,
int32_t  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 731 of file parsers_declarations.cpp.

◆ truce_months()

void parsers::cb_body::truce_months ( association_type  ,
int32_t  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 727 of file parsers_declarations.cpp.

◆ tws_battle_factor()

void parsers::cb_body::tws_battle_factor ( association_type  ,
float  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 944 of file parsers_declarations.cpp.

◆ war_name()

void parsers::cb_body::war_name ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
individual_cb_context context 
)

Definition at line 887 of file parsers_declarations.cpp.

Here is the call graph for this function:

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