Project Alice
|
Classes | |
struct | empty_mask |
struct | empty_mask< bool > |
struct | empty_mask< ve::vbitfield_type > |
class | false_accumulator |
struct | full_mask |
struct | full_mask< bool > |
struct | full_mask< ve::vbitfield_type > |
struct | gathered_s |
struct | gathered_s< ve::contiguous_tags< int32_t > > |
struct | gathered_s< ve::partial_contiguous_tags< int32_t > > |
struct | gathered_s< ve::unaligned_contiguous_tags< int32_t > > |
union | payload |
struct | trigger_container |
class | true_accumulator |
class | value_accumulator |
Typedefs | |
template<typename T > | |
using | gathered_t = typename gathered_s< T >::type |
Enumerations | |
enum class | slot_contents { empty = 0 , province = 1 , state = 2 , pop = 3 , nation = 4 , rebel = 5 } |
Functions | |
int32_t | get_trigger_non_scope_payload_size (uint16_t const *data) |
int32_t | get_trigger_scope_payload_size (uint16_t const *data) |
int32_t | get_trigger_payload_size (uint16_t const *data) |
int32_t | trigger_scope_data_payload (uint16_t code) |
template<typename T > | |
uint16_t * | recurse_over_triggers (uint16_t *source, T const &f) |
uint32_t | count_subtriggers (uint16_t const *source) |
template<typename A , typename B > | |
auto | compare_values (uint16_t trigger_code, A value_a, B value_b) -> decltype(value_a==value_b) |
template<typename A , typename B > | |
auto | compare_values_eq (uint16_t trigger_code, A value_a, B value_b) -> decltype(value_a==value_b) |
template<typename B > | |
auto | compare_values_eq (uint16_t trigger_code, dcon::nation_fat_id value_a, B value_b) -> decltype(value_a.id==value_b) |
template<typename A > | |
auto | compare_to_true (uint16_t trigger_code, A value_a) -> decltype(!value_a) |
template<typename A > | |
auto | compare_to_false (uint16_t trigger_code, A value_a) -> decltype(!value_a) |
float | read_float_from_payload (uint16_t const *data) |
int32_t | read_int32_t_from_payload (uint16_t const *data) |
template<typename return_type , typename primary_type , typename this_type , typename from_type > | |
return_type CALLTYPE | test_trigger_generic (uint16_t const *tval, sys::state &ws, primary_type primary_slot, this_type this_slot, from_type from_slot) |
bool | compare (bool a, bool b) |
bool | compare (ve::vbitfield_type a, ve::vbitfield_type b) |
TRIGGER_FUNCTION (apply_disjuctively) | |
TRIGGER_FUNCTION (apply_conjuctively) | |
TRIGGER_FUNCTION (apply_subtriggers) | |
TRIGGER_FUNCTION (tf_none) | |
TRIGGER_FUNCTION (tf_unused_1) | |
TRIGGER_FUNCTION (tf_generic_scope) | |
template<typename F > | |
auto | make_true_accumulator (F &&f) -> true_accumulator< F > |
template<typename F > | |
auto | make_false_accumulator (F &&f) -> false_accumulator< F > |
template<typename TAG , typename F > | |
auto | make_value_accumulator (F &&f) -> value_accumulator< TAG, F > |
auto | existence_accumulator (sys::state &ws, uint16_t const *tval, int32_t this_slot, int32_t from_slot) |
auto | universal_accumulator (sys::state &ws, uint16_t const *tval, int32_t this_slot, int32_t from_slot) |
TRIGGER_FUNCTION (tf_x_neighbor_province_scope) | |
TRIGGER_FUNCTION (tf_x_neighbor_province_scope_state) | |
TRIGGER_FUNCTION (tf_x_neighbor_country_scope_nation) | |
TRIGGER_FUNCTION (tf_x_neighbor_country_scope_pop) | |
TRIGGER_FUNCTION (tf_x_war_countries_scope_nation) | |
TRIGGER_FUNCTION (tf_x_war_countries_scope_pop) | |
TRIGGER_FUNCTION (tf_x_country_scope) | |
TRIGGER_FUNCTION (tf_x_greater_power_scope) | |
TRIGGER_FUNCTION (tf_x_owned_province_scope_state) | |
TRIGGER_FUNCTION (tf_x_owned_province_scope_nation) | |
TRIGGER_FUNCTION (tf_x_core_scope_province) | |
TRIGGER_FUNCTION (tf_x_core_scope_nation) | |
TRIGGER_FUNCTION (tf_x_state_scope) | |
TRIGGER_FUNCTION (tf_x_substate_scope) | |
TRIGGER_FUNCTION (tf_x_sphere_member_scope) | |
TRIGGER_FUNCTION (tf_x_pop_scope_province) | |
TRIGGER_FUNCTION (tf_x_pop_scope_state) | |
TRIGGER_FUNCTION (tf_x_pop_scope_nation) | |
TRIGGER_FUNCTION (tf_x_provinces_in_variable_region) | |
TRIGGER_FUNCTION (tf_x_provinces_in_variable_region_proper) | |
TRIGGER_FUNCTION (tf_owner_scope_state) | |
TRIGGER_FUNCTION (tf_owner_scope_province) | |
TRIGGER_FUNCTION (tf_controller_scope) | |
TRIGGER_FUNCTION (tf_location_scope) | |
TRIGGER_FUNCTION (tf_country_scope_state) | |
TRIGGER_FUNCTION (tf_country_scope_pop) | |
TRIGGER_FUNCTION (tf_capital_scope) | |
TRIGGER_FUNCTION (tf_capital_scope_province) | |
TRIGGER_FUNCTION (tf_capital_scope_pop) | |
TRIGGER_FUNCTION (tf_this_scope) | |
TRIGGER_FUNCTION (tf_from_scope) | |
TRIGGER_FUNCTION (tf_sea_zone_scope) | |
TRIGGER_FUNCTION (tf_cultural_union_scope) | |
TRIGGER_FUNCTION (tf_overlord_scope) | |
TRIGGER_FUNCTION (tf_sphere_owner_scope) | |
TRIGGER_FUNCTION (tf_independence_scope) | |
TRIGGER_FUNCTION (tf_flashpoint_tag_scope) | |
TRIGGER_FUNCTION (tf_crisis_state_scope) | |
TRIGGER_FUNCTION (tf_state_scope_province) | |
TRIGGER_FUNCTION (tf_state_scope_pop) | |
TRIGGER_FUNCTION (tf_tag_scope) | |
TRIGGER_FUNCTION (tf_integer_scope) | |
TRIGGER_FUNCTION (tf_country_scope_nation) | |
TRIGGER_FUNCTION (tf_country_scope_province) | |
TRIGGER_FUNCTION (tf_cultural_union_scope_pop) | |
TRIGGER_FUNCTION (tf_year) | |
TRIGGER_FUNCTION (tf_month) | |
TRIGGER_FUNCTION (tf_port) | |
TRIGGER_FUNCTION (tf_rank) | |
TRIGGER_FUNCTION (tf_technology) | |
TRIGGER_FUNCTION (tf_technology_province) | |
TRIGGER_FUNCTION (tf_technology_pop) | |
TRIGGER_FUNCTION (tf_strata_rich) | |
TRIGGER_FUNCTION (tf_strata_middle) | |
TRIGGER_FUNCTION (tf_strata_poor) | |
TRIGGER_FUNCTION (tf_life_rating_province) | |
TRIGGER_FUNCTION (tf_life_rating_state) | |
auto | empty_province_accumulator (sys::state const &ws) |
TRIGGER_FUNCTION (tf_has_empty_adjacent_state_province) | |
auto | empty_province_from_state_accumulator (sys::state const &ws, dcon::state_instance_id sid) |
TRIGGER_FUNCTION (tf_has_empty_adjacent_state_state) | |
TRIGGER_FUNCTION (tf_state_id_province) | |
TRIGGER_FUNCTION (tf_state_id_state) | |
TRIGGER_FUNCTION (tf_cash_reserves) | |
TRIGGER_FUNCTION (tf_unemployment_nation) | |
TRIGGER_FUNCTION (tf_unemployment_state) | |
TRIGGER_FUNCTION (tf_unemployment_province) | |
TRIGGER_FUNCTION (tf_unemployment_pop) | |
TRIGGER_FUNCTION (tf_is_slave_nation) | |
TRIGGER_FUNCTION (tf_is_slave_state) | |
TRIGGER_FUNCTION (tf_is_slave_province) | |
TRIGGER_FUNCTION (tf_is_slave_pop) | |
TRIGGER_FUNCTION (tf_is_independant) | |
TRIGGER_FUNCTION (tf_has_national_minority_province) | |
TRIGGER_FUNCTION (tf_has_national_minority_state) | |
TRIGGER_FUNCTION (tf_has_national_minority_nation) | |
TRIGGER_FUNCTION (tf_government_nation) | |
TRIGGER_FUNCTION (tf_government_pop) | |
TRIGGER_FUNCTION (tf_capital) | |
TRIGGER_FUNCTION (tf_tech_school) | |
TRIGGER_FUNCTION (tf_primary_culture) | |
TRIGGER_FUNCTION (tf_primary_culture_pop) | |
TRIGGER_FUNCTION (tf_accepted_culture) | |
TRIGGER_FUNCTION (tf_culture_pop) | |
TRIGGER_FUNCTION (tf_culture_state) | |
TRIGGER_FUNCTION (tf_culture_province) | |
TRIGGER_FUNCTION (tf_culture_nation) | |
TRIGGER_FUNCTION (tf_culture_pop_reb) | |
TRIGGER_FUNCTION (tf_culture_state_reb) | |
TRIGGER_FUNCTION (tf_culture_province_reb) | |
TRIGGER_FUNCTION (tf_culture_nation_reb) | |
TRIGGER_FUNCTION (tf_culture_this_nation) | |
TRIGGER_FUNCTION (tf_culture_from_nation) | |
TRIGGER_FUNCTION (tf_culture_this_state) | |
TRIGGER_FUNCTION (tf_culture_this_pop) | |
TRIGGER_FUNCTION (tf_culture_this_province) | |
TRIGGER_FUNCTION (tf_culture_group_nation) | |
TRIGGER_FUNCTION (tf_culture_group_pop) | |
TRIGGER_FUNCTION (tf_culture_group_province) | |
TRIGGER_FUNCTION (tf_culture_group_state) | |
TRIGGER_FUNCTION (tf_culture_group_reb_nation) | |
TRIGGER_FUNCTION (tf_culture_group_reb_pop) | |
TRIGGER_FUNCTION (tf_culture_group_nation_this_nation) | |
TRIGGER_FUNCTION (tf_culture_group_pop_this_nation) | |
TRIGGER_FUNCTION (tf_culture_group_nation_from_nation) | |
TRIGGER_FUNCTION (tf_culture_group_pop_from_nation) | |
TRIGGER_FUNCTION (tf_culture_group_nation_this_province) | |
TRIGGER_FUNCTION (tf_culture_group_pop_this_province) | |
TRIGGER_FUNCTION (tf_culture_group_nation_this_state) | |
TRIGGER_FUNCTION (tf_culture_group_pop_this_state) | |
TRIGGER_FUNCTION (tf_culture_group_nation_this_pop) | |
TRIGGER_FUNCTION (tf_culture_group_pop_this_pop) | |
TRIGGER_FUNCTION (tf_religion) | |
TRIGGER_FUNCTION (tf_religion_reb) | |
TRIGGER_FUNCTION (tf_religion_from_nation) | |
TRIGGER_FUNCTION (tf_religion_this_nation) | |
TRIGGER_FUNCTION (tf_religion_this_state) | |
TRIGGER_FUNCTION (tf_religion_this_province) | |
TRIGGER_FUNCTION (tf_religion_this_pop) | |
TRIGGER_FUNCTION (tf_terrain_province) | |
TRIGGER_FUNCTION (tf_terrain_pop) | |
TRIGGER_FUNCTION (tf_trade_goods) | |
TRIGGER_FUNCTION (tf_is_secondary_power_nation) | |
TRIGGER_FUNCTION (tf_is_secondary_power_pop) | |
TRIGGER_FUNCTION (tf_has_faction_nation) | |
TRIGGER_FUNCTION (tf_has_faction_pop) | |
auto | unowned_core_accumulator (sys::state const &ws, dcon::nation_id n) |
TRIGGER_FUNCTION (tf_has_unclaimed_cores) | |
TRIGGER_FUNCTION (tf_have_core_in_nation_tag) | |
TRIGGER_FUNCTION (tf_have_core_in_nation_this) | |
TRIGGER_FUNCTION (tf_have_core_in_nation_from) | |
TRIGGER_FUNCTION (tf_is_cultural_union_bool) | |
TRIGGER_FUNCTION (tf_is_cultural_union_this_self_pop) | |
TRIGGER_FUNCTION (tf_is_cultural_union_pop_this_pop) | |
TRIGGER_FUNCTION (tf_is_cultural_union_this_nation) | |
TRIGGER_FUNCTION (tf_is_cultural_union_this_pop) | |
TRIGGER_FUNCTION (tf_is_cultural_union_this_state) | |
TRIGGER_FUNCTION (tf_is_cultural_union_this_province) | |
TRIGGER_FUNCTION (tf_is_cultural_union_this_rebel) | |
TRIGGER_FUNCTION (tf_is_cultural_union_tag_nation) | |
TRIGGER_FUNCTION (tf_is_cultural_union_tag_this_pop) | |
TRIGGER_FUNCTION (tf_is_cultural_union_tag_this_state) | |
TRIGGER_FUNCTION (tf_is_cultural_union_tag_this_province) | |
TRIGGER_FUNCTION (tf_is_cultural_union_tag_this_nation) | |
TRIGGER_FUNCTION (tf_can_build_factory_nation) | |
TRIGGER_FUNCTION (tf_can_build_factory_province) | |
TRIGGER_FUNCTION (tf_can_build_factory_pop) | |
TRIGGER_FUNCTION (tf_war_nation) | |
TRIGGER_FUNCTION (tf_war_pop) | |
TRIGGER_FUNCTION (tf_war_exhaustion_nation) | |
TRIGGER_FUNCTION (tf_war_exhaustion_province) | |
TRIGGER_FUNCTION (tf_war_exhaustion_pop) | |
TRIGGER_FUNCTION (tf_blockade) | |
TRIGGER_FUNCTION (tf_owns) | |
TRIGGER_FUNCTION (tf_owns_province) | |
TRIGGER_FUNCTION (tf_controls) | |
TRIGGER_FUNCTION (tf_is_core_integer) | |
TRIGGER_FUNCTION (tf_is_core_this_nation) | |
TRIGGER_FUNCTION (tf_is_core_this_state) | |
TRIGGER_FUNCTION (tf_is_core_this_province) | |
TRIGGER_FUNCTION (tf_is_core_this_pop) | |
TRIGGER_FUNCTION (tf_is_core_from_nation) | |
TRIGGER_FUNCTION (tf_is_core_reb) | |
TRIGGER_FUNCTION (tf_is_core_state_from_nation) | |
TRIGGER_FUNCTION (tf_is_core_state_this_nation) | |
TRIGGER_FUNCTION (tf_is_core_state_this_province) | |
TRIGGER_FUNCTION (tf_is_core_state_this_pop) | |
TRIGGER_FUNCTION (tf_is_core_boolean) | |
TRIGGER_FUNCTION (tf_is_core_tag) | |
TRIGGER_FUNCTION (tf_is_core_pop_tag) | |
TRIGGER_FUNCTION (tf_is_core_state_tag) | |
TRIGGER_FUNCTION (tf_num_of_revolts) | |
TRIGGER_FUNCTION (tf_revolt_percentage) | |
TRIGGER_FUNCTION (tf_num_of_cities_int) | |
TRIGGER_FUNCTION (tf_num_of_cities_from_nation) | |
TRIGGER_FUNCTION (tf_num_of_cities_this_nation) | |
TRIGGER_FUNCTION (tf_num_of_cities_this_state) | |
TRIGGER_FUNCTION (tf_num_of_cities_this_province) | |
TRIGGER_FUNCTION (tf_num_of_cities_this_pop) | |
TRIGGER_FUNCTION (tf_num_of_ports) | |
TRIGGER_FUNCTION (tf_num_of_allies) | |
TRIGGER_FUNCTION (tf_num_of_vassals) | |
TRIGGER_FUNCTION (tf_owned_by_tag) | |
TRIGGER_FUNCTION (tf_owned_by_this_nation) | |
TRIGGER_FUNCTION (tf_owned_by_from_nation) | |
TRIGGER_FUNCTION (tf_owned_by_this_province) | |
TRIGGER_FUNCTION (tf_owned_by_this_state) | |
TRIGGER_FUNCTION (tf_owned_by_this_pop) | |
TRIGGER_FUNCTION (tf_owned_by_state_tag) | |
TRIGGER_FUNCTION (tf_owned_by_state_this_nation) | |
TRIGGER_FUNCTION (tf_owned_by_state_from_nation) | |
TRIGGER_FUNCTION (tf_owned_by_state_this_province) | |
TRIGGER_FUNCTION (tf_owned_by_state_this_state) | |
TRIGGER_FUNCTION (tf_owned_by_state_this_pop) | |
TRIGGER_FUNCTION (tf_exists_bool) | |
TRIGGER_FUNCTION (tf_exists_tag) | |
TRIGGER_FUNCTION (tf_has_country_flag) | |
TRIGGER_FUNCTION (tf_has_country_flag_pop) | |
TRIGGER_FUNCTION (tf_has_country_flag_province) | |
TRIGGER_FUNCTION (tf_has_country_flag_state) | |
TRIGGER_FUNCTION (tf_continent_province) | |
TRIGGER_FUNCTION (tf_continent_state) | |
TRIGGER_FUNCTION (tf_continent_nation) | |
TRIGGER_FUNCTION (tf_continent_pop) | |
TRIGGER_FUNCTION (tf_continent_nation_this) | |
TRIGGER_FUNCTION (tf_continent_state_this) | |
TRIGGER_FUNCTION (tf_continent_province_this) | |
TRIGGER_FUNCTION (tf_continent_pop_this) | |
TRIGGER_FUNCTION (tf_continent_nation_from) | |
TRIGGER_FUNCTION (tf_continent_state_from) | |
TRIGGER_FUNCTION (tf_continent_province_from) | |
TRIGGER_FUNCTION (tf_continent_pop_from) | |
TRIGGER_FUNCTION (tf_casus_belli_tag) | |
TRIGGER_FUNCTION (tf_casus_belli_from) | |
TRIGGER_FUNCTION (tf_casus_belli_this_nation) | |
TRIGGER_FUNCTION (tf_casus_belli_this_state) | |
TRIGGER_FUNCTION (tf_casus_belli_this_province) | |
TRIGGER_FUNCTION (tf_casus_belli_this_pop) | |
TRIGGER_FUNCTION (tf_military_access_tag) | |
TRIGGER_FUNCTION (tf_military_access_from) | |
TRIGGER_FUNCTION (tf_military_access_this_nation) | |
TRIGGER_FUNCTION (tf_military_access_this_state) | |
TRIGGER_FUNCTION (tf_military_access_this_province) | |
TRIGGER_FUNCTION (tf_military_access_this_pop) | |
TRIGGER_FUNCTION (tf_prestige_value) | |
TRIGGER_FUNCTION (tf_prestige_from) | |
TRIGGER_FUNCTION (tf_prestige_this_nation) | |
TRIGGER_FUNCTION (tf_prestige_this_state) | |
TRIGGER_FUNCTION (tf_prestige_this_province) | |
TRIGGER_FUNCTION (tf_prestige_this_pop) | |
TRIGGER_FUNCTION (tf_badboy) | |
TRIGGER_FUNCTION (tf_has_building_fort) | |
TRIGGER_FUNCTION (tf_has_building_railroad) | |
TRIGGER_FUNCTION (tf_has_building_naval_base) | |
TRIGGER_FUNCTION (tf_has_building_factory) | |
TRIGGER_FUNCTION (tf_has_building_state) | |
TRIGGER_FUNCTION (tf_has_building_state_from_province) | |
TRIGGER_FUNCTION (tf_has_building_factory_from_province) | |
TRIGGER_FUNCTION (tf_empty) | |
TRIGGER_FUNCTION (tf_empty_state) | |
TRIGGER_FUNCTION (tf_is_blockaded) | |
TRIGGER_FUNCTION (tf_has_country_modifier) | |
TRIGGER_FUNCTION (tf_has_country_modifier_province) | |
TRIGGER_FUNCTION (tf_has_province_modifier) | |
TRIGGER_FUNCTION (tf_region) | |
TRIGGER_FUNCTION (tf_region_state) | |
TRIGGER_FUNCTION (tf_region_pop) | |
TRIGGER_FUNCTION (tf_region_proper) | |
TRIGGER_FUNCTION (tf_region_proper_state) | |
TRIGGER_FUNCTION (tf_region_proper_pop) | |
TRIGGER_FUNCTION (tf_owns_region_proper) | |
TRIGGER_FUNCTION (tf_owns_region) | |
TRIGGER_FUNCTION (tf_tag_tag) | |
TRIGGER_FUNCTION (tf_tag_this_nation) | |
TRIGGER_FUNCTION (tf_tag_this_province) | |
TRIGGER_FUNCTION (tf_tag_from_nation) | |
TRIGGER_FUNCTION (tf_tag_from_province) | |
TRIGGER_FUNCTION (tf_tag_pop) | |
TRIGGER_FUNCTION (tf_stronger_army_than_tag) | |
TRIGGER_FUNCTION (tf_stronger_army_than_this_nation) | |
TRIGGER_FUNCTION (tf_stronger_army_than_this_state) | |
TRIGGER_FUNCTION (tf_stronger_army_than_this_province) | |
TRIGGER_FUNCTION (tf_stronger_army_than_this_pop) | |
TRIGGER_FUNCTION (tf_stronger_army_than_from_nation) | |
TRIGGER_FUNCTION (tf_stronger_army_than_from_province) | |
TRIGGER_FUNCTION (tf_neighbour_tag) | |
TRIGGER_FUNCTION (tf_neighbour_this) | |
TRIGGER_FUNCTION (tf_neighbour_from) | |
TRIGGER_FUNCTION (tf_neighbour_this_province) | |
TRIGGER_FUNCTION (tf_neighbour_from_province) | |
TRIGGER_FUNCTION (tf_country_units_in_state_from) | |
TRIGGER_FUNCTION (tf_country_units_in_state_this_nation) | |
TRIGGER_FUNCTION (tf_country_units_in_state_this_province) | |
TRIGGER_FUNCTION (tf_country_units_in_state_this_state) | |
TRIGGER_FUNCTION (tf_country_units_in_state_this_pop) | |
TRIGGER_FUNCTION (tf_country_units_in_state_tag) | |
TRIGGER_FUNCTION (tf_units_in_province_value) | |
TRIGGER_FUNCTION (tf_units_in_province_tag) | |
TRIGGER_FUNCTION (tf_units_in_province_from) | |
TRIGGER_FUNCTION (tf_units_in_province_this_nation) | |
TRIGGER_FUNCTION (tf_units_in_province_this_province) | |
TRIGGER_FUNCTION (tf_units_in_province_this_state) | |
TRIGGER_FUNCTION (tf_units_in_province_this_pop) | |
TRIGGER_FUNCTION (tf_war_with_tag) | |
TRIGGER_FUNCTION (tf_war_with_from) | |
TRIGGER_FUNCTION (tf_war_with_this_nation) | |
TRIGGER_FUNCTION (tf_war_with_this_province) | |
TRIGGER_FUNCTION (tf_war_with_this_state) | |
TRIGGER_FUNCTION (tf_war_with_this_pop) | |
TRIGGER_FUNCTION (tf_unit_in_battle) | |
TRIGGER_FUNCTION (tf_unit_has_leader) | |
TRIGGER_FUNCTION (tf_has_national_focus_state) | |
TRIGGER_FUNCTION (tf_has_national_focus_province) | |
TRIGGER_FUNCTION (tf_total_amount_of_divisions) | |
TRIGGER_FUNCTION (tf_money) | |
TRIGGER_FUNCTION (tf_money_province) | |
TRIGGER_FUNCTION (tf_lost_national) | |
TRIGGER_FUNCTION (tf_is_vassal) | |
TRIGGER_FUNCTION (tf_ruling_party_ideology_nation) | |
TRIGGER_FUNCTION (tf_ruling_party_ideology_pop) | |
TRIGGER_FUNCTION (tf_ruling_party_ideology_province) | |
TRIGGER_FUNCTION (tf_ruling_party) | |
TRIGGER_FUNCTION (tf_is_ideology_enabled) | |
TRIGGER_FUNCTION (tf_political_reform_want_nation) | |
TRIGGER_FUNCTION (tf_political_reform_want_pop) | |
TRIGGER_FUNCTION (tf_social_reform_want_nation) | |
TRIGGER_FUNCTION (tf_social_reform_want_pop) | |
TRIGGER_FUNCTION (tf_total_amount_of_ships) | |
TRIGGER_FUNCTION (tf_plurality) | |
TRIGGER_FUNCTION (tf_plurality_pop) | |
TRIGGER_FUNCTION (tf_corruption) | |
TRIGGER_FUNCTION (tf_is_state_religion_pop) | |
TRIGGER_FUNCTION (tf_is_state_religion_province) | |
TRIGGER_FUNCTION (tf_is_state_religion_state) | |
TRIGGER_FUNCTION (tf_is_primary_culture_pop) | |
TRIGGER_FUNCTION (tf_is_primary_culture_province) | |
TRIGGER_FUNCTION (tf_is_primary_culture_state) | |
TRIGGER_FUNCTION (tf_primary_culture_from_nation) | |
TRIGGER_FUNCTION (tf_primary_culture_from_province) | |
TRIGGER_FUNCTION (tf_is_primary_culture_nation_this_nation) | |
TRIGGER_FUNCTION (tf_is_primary_culture_nation_this_pop) | |
TRIGGER_FUNCTION (tf_is_primary_culture_nation_this_state) | |
TRIGGER_FUNCTION (tf_is_primary_culture_nation_this_province) | |
TRIGGER_FUNCTION (tf_is_primary_culture_state_this_nation) | |
TRIGGER_FUNCTION (tf_is_primary_culture_state_this_pop) | |
TRIGGER_FUNCTION (tf_is_primary_culture_state_this_state) | |
TRIGGER_FUNCTION (tf_is_primary_culture_state_this_province) | |
TRIGGER_FUNCTION (tf_is_primary_culture_province_this_nation) | |
TRIGGER_FUNCTION (tf_is_primary_culture_province_this_pop) | |
TRIGGER_FUNCTION (tf_is_primary_culture_province_this_state) | |
TRIGGER_FUNCTION (tf_is_primary_culture_province_this_province) | |
TRIGGER_FUNCTION (tf_is_primary_culture_pop_this_nation) | |
TRIGGER_FUNCTION (tf_is_primary_culture_pop_this_pop) | |
TRIGGER_FUNCTION (tf_is_primary_culture_pop_this_state) | |
TRIGGER_FUNCTION (tf_is_primary_culture_pop_this_province) | |
template<typename N , typename C > | |
auto | internal_tf_culture_accepted (sys::state &ws, N nids, C cids) |
TRIGGER_FUNCTION (tf_is_accepted_culture_nation_this_nation) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_nation_this_pop) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_nation_this_state) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_nation_this_province) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_state_this_nation) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_state_this_pop) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_state_this_state) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_state_this_province) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_province_this_nation) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_province_this_pop) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_province_this_state) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_province_this_province) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_pop_this_nation) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_pop_this_pop) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_pop_this_state) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_pop_this_province) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_pop) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_province) | |
TRIGGER_FUNCTION (tf_is_accepted_culture_state) | |
TRIGGER_FUNCTION (tf_is_coastal_province) | |
TRIGGER_FUNCTION (tf_is_coastal_state) | |
TRIGGER_FUNCTION (tf_in_sphere_tag) | |
TRIGGER_FUNCTION (tf_in_sphere_from) | |
TRIGGER_FUNCTION (tf_in_sphere_this_nation) | |
TRIGGER_FUNCTION (tf_in_sphere_this_province) | |
TRIGGER_FUNCTION (tf_in_sphere_this_state) | |
TRIGGER_FUNCTION (tf_in_sphere_this_pop) | |
TRIGGER_FUNCTION (tf_produces_nation) | |
TRIGGER_FUNCTION (tf_produces_province) | |
TRIGGER_FUNCTION (tf_produces_state) | |
TRIGGER_FUNCTION (tf_produces_pop) | |
TRIGGER_FUNCTION (tf_average_militancy_nation) | |
TRIGGER_FUNCTION (tf_average_militancy_state) | |
TRIGGER_FUNCTION (tf_average_militancy_province) | |
TRIGGER_FUNCTION (tf_average_consciousness_nation) | |
TRIGGER_FUNCTION (tf_average_consciousness_state) | |
TRIGGER_FUNCTION (tf_average_consciousness_province) | |
TRIGGER_FUNCTION (tf_is_next_reform_nation) | |
TRIGGER_FUNCTION (tf_is_next_reform_pop) | |
TRIGGER_FUNCTION (tf_is_next_rreform_nation) | |
TRIGGER_FUNCTION (tf_is_next_rreform_pop) | |
TRIGGER_FUNCTION (tf_rebel_power_fraction) | |
TRIGGER_FUNCTION (tf_recruited_percentage_nation) | |
TRIGGER_FUNCTION (tf_recruited_percentage_pop) | |
TRIGGER_FUNCTION (tf_has_culture_core) | |
TRIGGER_FUNCTION (tf_has_culture_core_province_this_pop) | |
TRIGGER_FUNCTION (tf_nationalism) | |
TRIGGER_FUNCTION (tf_is_overseas) | |
TRIGGER_FUNCTION (tf_is_overseas_pop) | |
TRIGGER_FUNCTION (tf_is_overseas_state) | |
TRIGGER_FUNCTION (tf_controlled_by_rebels) | |
TRIGGER_FUNCTION (tf_controlled_by_tag) | |
TRIGGER_FUNCTION (tf_controlled_by_from) | |
TRIGGER_FUNCTION (tf_controlled_by_this_nation) | |
TRIGGER_FUNCTION (tf_controlled_by_this_province) | |
TRIGGER_FUNCTION (tf_controlled_by_this_state) | |
TRIGGER_FUNCTION (tf_controlled_by_this_pop) | |
TRIGGER_FUNCTION (tf_controlled_by_owner) | |
TRIGGER_FUNCTION (tf_controlled_by_reb) | |
TRIGGER_FUNCTION (tf_is_canal_enabled) | |
TRIGGER_FUNCTION (tf_is_state_capital) | |
TRIGGER_FUNCTION (tf_is_state_capital_pop) | |
TRIGGER_FUNCTION (tf_truce_with_tag) | |
TRIGGER_FUNCTION (tf_truce_with_from) | |
TRIGGER_FUNCTION (tf_truce_with_this_nation) | |
TRIGGER_FUNCTION (tf_truce_with_this_province) | |
TRIGGER_FUNCTION (tf_truce_with_this_state) | |
TRIGGER_FUNCTION (tf_truce_with_this_pop) | |
TRIGGER_FUNCTION (tf_total_pops_nation) | |
TRIGGER_FUNCTION (tf_total_pops_state) | |
TRIGGER_FUNCTION (tf_total_pops_province) | |
TRIGGER_FUNCTION (tf_total_pops_pop) | |
TRIGGER_FUNCTION (tf_has_pop_type_nation) | |
TRIGGER_FUNCTION (tf_has_pop_type_state) | |
TRIGGER_FUNCTION (tf_has_pop_type_province) | |
TRIGGER_FUNCTION (tf_has_pop_type_pop) | |
TRIGGER_FUNCTION (tf_has_empty_adjacent_province) | |
TRIGGER_FUNCTION (tf_has_leader) | |
TRIGGER_FUNCTION (tf_ai) | |
TRIGGER_FUNCTION (tf_can_create_vassals) | |
TRIGGER_FUNCTION (tf_is_possible_vassal) | |
TRIGGER_FUNCTION (tf_province_id) | |
TRIGGER_FUNCTION (tf_vassal_of_tag) | |
TRIGGER_FUNCTION (tf_vassal_of_from) | |
TRIGGER_FUNCTION (tf_vassal_of_this_nation) | |
TRIGGER_FUNCTION (tf_vassal_of_this_province) | |
TRIGGER_FUNCTION (tf_vassal_of_this_state) | |
TRIGGER_FUNCTION (tf_vassal_of_this_pop) | |
TRIGGER_FUNCTION (tf_vassal_of_province_tag) | |
TRIGGER_FUNCTION (tf_vassal_of_province_from) | |
TRIGGER_FUNCTION (tf_vassal_of_province_this_nation) | |
TRIGGER_FUNCTION (tf_vassal_of_province_this_province) | |
TRIGGER_FUNCTION (tf_vassal_of_province_this_state) | |
TRIGGER_FUNCTION (tf_vassal_of_province_this_pop) | |
TRIGGER_FUNCTION (tf_substate_of_tag) | |
TRIGGER_FUNCTION (tf_substate_of_from) | |
TRIGGER_FUNCTION (tf_substate_of_this_nation) | |
TRIGGER_FUNCTION (tf_substate_of_this_province) | |
TRIGGER_FUNCTION (tf_substate_of_this_state) | |
TRIGGER_FUNCTION (tf_substate_of_this_pop) | |
TRIGGER_FUNCTION (tf_alliance_with_tag) | |
TRIGGER_FUNCTION (tf_alliance_with_from) | |
TRIGGER_FUNCTION (tf_alliance_with_this_nation) | |
TRIGGER_FUNCTION (tf_alliance_with_this_province) | |
TRIGGER_FUNCTION (tf_alliance_with_this_state) | |
TRIGGER_FUNCTION (tf_alliance_with_this_pop) | |
TRIGGER_FUNCTION (tf_has_recently_lost_war) | |
TRIGGER_FUNCTION (tf_has_recently_lost_war_pop) | |
TRIGGER_FUNCTION (tf_is_mobilised) | |
TRIGGER_FUNCTION (tf_mobilisation_size) | |
TRIGGER_FUNCTION (tf_crime_higher_than_education_nation) | |
TRIGGER_FUNCTION (tf_crime_higher_than_education_state) | |
TRIGGER_FUNCTION (tf_crime_higher_than_education_province) | |
TRIGGER_FUNCTION (tf_crime_higher_than_education_pop) | |
TRIGGER_FUNCTION (tf_agree_with_ruling_party) | |
TRIGGER_FUNCTION (tf_is_colonial_state) | |
TRIGGER_FUNCTION (tf_is_colonial_province) | |
TRIGGER_FUNCTION (tf_is_colonial_pop) | |
TRIGGER_FUNCTION (tf_has_factories_state) | |
TRIGGER_FUNCTION (tf_has_factories_nation) | |
TRIGGER_FUNCTION (tf_in_default_bool) | |
TRIGGER_FUNCTION (tf_in_default_tag) | |
TRIGGER_FUNCTION (tf_in_default_from) | |
TRIGGER_FUNCTION (tf_in_default_this_nation) | |
TRIGGER_FUNCTION (tf_in_default_this_province) | |
TRIGGER_FUNCTION (tf_in_default_this_state) | |
TRIGGER_FUNCTION (tf_in_default_this_pop) | |
TRIGGER_FUNCTION (tf_total_num_of_ports) | |
TRIGGER_FUNCTION (tf_always) | |
TRIGGER_FUNCTION (tf_election) | |
TRIGGER_FUNCTION (tf_has_global_flag) | |
TRIGGER_FUNCTION (tf_is_capital) | |
TRIGGER_FUNCTION (tf_nationalvalue_nation) | |
TRIGGER_FUNCTION (tf_nationalvalue_pop) | |
TRIGGER_FUNCTION (tf_nationalvalue_province) | |
TRIGGER_FUNCTION (tf_industrial_score_value) | |
TRIGGER_FUNCTION (tf_industrial_score_tag) | |
TRIGGER_FUNCTION (tf_industrial_score_from_nation) | |
TRIGGER_FUNCTION (tf_industrial_score_this_nation) | |
TRIGGER_FUNCTION (tf_industrial_score_this_pop) | |
TRIGGER_FUNCTION (tf_industrial_score_this_state) | |
TRIGGER_FUNCTION (tf_industrial_score_this_province) | |
TRIGGER_FUNCTION (tf_military_score_value) | |
TRIGGER_FUNCTION (tf_military_score_tag) | |
TRIGGER_FUNCTION (tf_military_score_from_nation) | |
TRIGGER_FUNCTION (tf_military_score_this_nation) | |
TRIGGER_FUNCTION (tf_military_score_this_pop) | |
TRIGGER_FUNCTION (tf_military_score_this_state) | |
TRIGGER_FUNCTION (tf_military_score_this_province) | |
TRIGGER_FUNCTION (tf_civilized_nation) | |
TRIGGER_FUNCTION (tf_civilized_pop) | |
TRIGGER_FUNCTION (tf_civilized_province) | |
TRIGGER_FUNCTION (tf_national_provinces_occupied) | |
TRIGGER_FUNCTION (tf_is_greater_power_nation) | |
TRIGGER_FUNCTION (tf_is_greater_power_pop) | |
TRIGGER_FUNCTION (tf_is_greater_power_province) | |
TRIGGER_FUNCTION (tf_rich_tax) | |
TRIGGER_FUNCTION (tf_middle_tax) | |
TRIGGER_FUNCTION (tf_poor_tax) | |
TRIGGER_FUNCTION (tf_rich_tax_pop) | |
TRIGGER_FUNCTION (tf_middle_tax_pop) | |
TRIGGER_FUNCTION (tf_poor_tax_pop) | |
TRIGGER_FUNCTION (tf_social_spending_nation) | |
TRIGGER_FUNCTION (tf_social_spending_pop) | |
TRIGGER_FUNCTION (tf_social_spending_province) | |
TRIGGER_FUNCTION (tf_military_spending_nation) | |
TRIGGER_FUNCTION (tf_military_spending_pop) | |
TRIGGER_FUNCTION (tf_military_spending_province) | |
TRIGGER_FUNCTION (tf_military_spending_state) | |
TRIGGER_FUNCTION (tf_administration_spending_nation) | |
TRIGGER_FUNCTION (tf_administration_spending_pop) | |
TRIGGER_FUNCTION (tf_administration_spending_province) | |
TRIGGER_FUNCTION (tf_administration_spending_state) | |
TRIGGER_FUNCTION (tf_education_spending_nation) | |
TRIGGER_FUNCTION (tf_education_spending_pop) | |
TRIGGER_FUNCTION (tf_education_spending_province) | |
TRIGGER_FUNCTION (tf_education_spending_state) | |
TRIGGER_FUNCTION (tf_colonial_nation) | |
TRIGGER_FUNCTION (tf_pop_majority_religion_nation) | |
TRIGGER_FUNCTION (tf_pop_majority_religion_nation_this_nation) | |
TRIGGER_FUNCTION (tf_pop_majority_religion_state) | |
TRIGGER_FUNCTION (tf_pop_majority_religion_province) | |
TRIGGER_FUNCTION (tf_pop_majority_culture_nation) | |
TRIGGER_FUNCTION (tf_pop_majority_culture_state) | |
TRIGGER_FUNCTION (tf_pop_majority_culture_province) | |
TRIGGER_FUNCTION (tf_pop_majority_issue_nation) | |
TRIGGER_FUNCTION (tf_pop_majority_issue_state) | |
TRIGGER_FUNCTION (tf_pop_majority_issue_province) | |
TRIGGER_FUNCTION (tf_pop_majority_issue_pop) | |
TRIGGER_FUNCTION (tf_pop_majority_ideology_nation) | |
TRIGGER_FUNCTION (tf_pop_majority_ideology_state) | |
TRIGGER_FUNCTION (tf_pop_majority_ideology_province) | |
TRIGGER_FUNCTION (tf_pop_majority_ideology_pop) | |
TRIGGER_FUNCTION (tf_poor_strata_militancy_nation) | |
TRIGGER_FUNCTION (tf_poor_strata_militancy_state) | |
TRIGGER_FUNCTION (tf_poor_strata_militancy_province) | |
TRIGGER_FUNCTION (tf_poor_strata_militancy_pop) | |
TRIGGER_FUNCTION (tf_middle_strata_militancy_nation) | |
TRIGGER_FUNCTION (tf_middle_strata_militancy_state) | |
TRIGGER_FUNCTION (tf_middle_strata_militancy_province) | |
TRIGGER_FUNCTION (tf_middle_strata_militancy_pop) | |
TRIGGER_FUNCTION (tf_rich_strata_militancy_nation) | |
TRIGGER_FUNCTION (tf_rich_strata_militancy_state) | |
TRIGGER_FUNCTION (tf_rich_strata_militancy_province) | |
TRIGGER_FUNCTION (tf_rich_strata_militancy_pop) | |
TRIGGER_FUNCTION (tf_rich_tax_above_poor) | |
TRIGGER_FUNCTION (tf_culture_has_union_tag_pop) | |
TRIGGER_FUNCTION (tf_culture_has_union_tag_nation) | |
TRIGGER_FUNCTION (tf_this_culture_union_tag) | |
TRIGGER_FUNCTION (tf_this_culture_union_from) | |
TRIGGER_FUNCTION (tf_this_culture_union_this_nation) | |
TRIGGER_FUNCTION (tf_this_culture_union_this_province) | |
TRIGGER_FUNCTION (tf_this_culture_union_this_state) | |
TRIGGER_FUNCTION (tf_this_culture_union_this_pop) | |
TRIGGER_FUNCTION (tf_this_culture_union_this_union_nation) | |
TRIGGER_FUNCTION (tf_this_culture_union_this_union_province) | |
TRIGGER_FUNCTION (tf_this_culture_union_this_union_state) | |
TRIGGER_FUNCTION (tf_this_culture_union_this_union_pop) | |
TRIGGER_FUNCTION (tf_minorities_nation) | |
TRIGGER_FUNCTION (tf_minorities_state) | |
TRIGGER_FUNCTION (tf_minorities_province) | |
TRIGGER_FUNCTION (tf_revanchism_nation) | |
TRIGGER_FUNCTION (tf_revanchism_pop) | |
TRIGGER_FUNCTION (tf_has_crime) | |
TRIGGER_FUNCTION (tf_num_of_substates) | |
TRIGGER_FUNCTION (tf_num_of_vassals_no_substates) | |
TRIGGER_FUNCTION (tf_brigades_compare_this) | |
TRIGGER_FUNCTION (tf_brigades_compare_from) | |
TRIGGER_FUNCTION (tf_brigades_compare_province_this) | |
TRIGGER_FUNCTION (tf_brigades_compare_province_from) | |
TRIGGER_FUNCTION (tf_constructing_cb_tag) | |
TRIGGER_FUNCTION (tf_constructing_cb_from) | |
TRIGGER_FUNCTION (tf_constructing_cb_this_nation) | |
TRIGGER_FUNCTION (tf_constructing_cb_this_province) | |
TRIGGER_FUNCTION (tf_constructing_cb_this_state) | |
TRIGGER_FUNCTION (tf_constructing_cb_this_pop) | |
TRIGGER_FUNCTION (tf_constructing_cb_discovered) | |
TRIGGER_FUNCTION (tf_constructing_cb_progress) | |
TRIGGER_FUNCTION (tf_civilization_progress) | |
TRIGGER_FUNCTION (tf_constructing_cb_type) | |
TRIGGER_FUNCTION (tf_is_our_vassal_tag) | |
TRIGGER_FUNCTION (tf_is_our_vassal_from) | |
TRIGGER_FUNCTION (tf_is_our_vassal_this_nation) | |
TRIGGER_FUNCTION (tf_is_our_vassal_this_province) | |
TRIGGER_FUNCTION (tf_is_our_vassal_this_state) | |
TRIGGER_FUNCTION (tf_is_our_vassal_this_pop) | |
TRIGGER_FUNCTION (tf_is_our_vassal_province_tag) | |
TRIGGER_FUNCTION (tf_is_our_vassal_province_from) | |
TRIGGER_FUNCTION (tf_is_our_vassal_province_this_nation) | |
TRIGGER_FUNCTION (tf_is_our_vassal_province_this_province) | |
TRIGGER_FUNCTION (tf_is_our_vassal_province_this_state) | |
TRIGGER_FUNCTION (tf_is_our_vassal_province_this_pop) | |
TRIGGER_FUNCTION (tf_is_substate) | |
TRIGGER_FUNCTION (tf_great_wars_enabled) | |
TRIGGER_FUNCTION (tf_can_nationalize) | |
TRIGGER_FUNCTION (tf_part_of_sphere) | |
TRIGGER_FUNCTION (tf_is_sphere_leader_of_tag) | |
TRIGGER_FUNCTION (tf_is_sphere_leader_of_from) | |
TRIGGER_FUNCTION (tf_is_sphere_leader_of_this_nation) | |
TRIGGER_FUNCTION (tf_is_sphere_leader_of_this_province) | |
TRIGGER_FUNCTION (tf_is_sphere_leader_of_this_state) | |
TRIGGER_FUNCTION (tf_is_sphere_leader_of_this_pop) | |
TRIGGER_FUNCTION (tf_number_of_states) | |
TRIGGER_FUNCTION (tf_war_score) | |
TRIGGER_FUNCTION (tf_is_releasable_vassal_from) | |
TRIGGER_FUNCTION (tf_is_releasable_vassal_other) | |
TRIGGER_FUNCTION (tf_has_recent_imigration) | |
TRIGGER_FUNCTION (tf_province_control_days) | |
TRIGGER_FUNCTION (tf_is_disarmed) | |
TRIGGER_FUNCTION (tf_is_disarmed_pop) | |
TRIGGER_FUNCTION (tf_big_producer) | |
TRIGGER_FUNCTION (tf_someone_can_form_union_tag_from) | |
TRIGGER_FUNCTION (tf_someone_can_form_union_tag_other) | |
TRIGGER_FUNCTION (tf_social_movement_strength) | |
TRIGGER_FUNCTION (tf_political_movement_strength) | |
TRIGGER_FUNCTION (tf_can_build_factory_in_capital_state) | |
TRIGGER_FUNCTION (tf_social_movement) | |
TRIGGER_FUNCTION (tf_political_movement) | |
TRIGGER_FUNCTION (tf_political_movement_from_reb) | |
TRIGGER_FUNCTION (tf_social_movement_from_reb) | |
TRIGGER_FUNCTION (tf_has_cultural_sphere) | |
TRIGGER_FUNCTION (tf_world_wars_enabled) | |
TRIGGER_FUNCTION (tf_has_pop_culture_pop_this_pop) | |
TRIGGER_FUNCTION (tf_has_pop_culture_state_this_pop) | |
TRIGGER_FUNCTION (tf_has_pop_culture_province_this_pop) | |
TRIGGER_FUNCTION (tf_has_pop_culture_nation_this_pop) | |
TRIGGER_FUNCTION (tf_has_pop_culture_pop) | |
TRIGGER_FUNCTION (tf_has_pop_culture_state) | |
TRIGGER_FUNCTION (tf_has_pop_culture_province) | |
TRIGGER_FUNCTION (tf_has_pop_culture_nation) | |
TRIGGER_FUNCTION (tf_has_pop_religion_pop_this_pop) | |
TRIGGER_FUNCTION (tf_has_pop_religion_state_this_pop) | |
TRIGGER_FUNCTION (tf_has_pop_religion_province_this_pop) | |
TRIGGER_FUNCTION (tf_has_pop_religion_nation_this_pop) | |
TRIGGER_FUNCTION (tf_has_pop_religion_pop) | |
TRIGGER_FUNCTION (tf_has_pop_religion_state) | |
TRIGGER_FUNCTION (tf_has_pop_religion_province) | |
TRIGGER_FUNCTION (tf_has_pop_religion_nation) | |
TRIGGER_FUNCTION (tf_life_needs) | |
TRIGGER_FUNCTION (tf_everyday_needs) | |
TRIGGER_FUNCTION (tf_luxury_needs) | |
TRIGGER_FUNCTION (tf_consciousness_pop) | |
TRIGGER_FUNCTION (tf_consciousness_province) | |
TRIGGER_FUNCTION (tf_consciousness_state) | |
TRIGGER_FUNCTION (tf_consciousness_nation) | |
TRIGGER_FUNCTION (tf_literacy_pop) | |
TRIGGER_FUNCTION (tf_literacy_province) | |
TRIGGER_FUNCTION (tf_literacy_state) | |
TRIGGER_FUNCTION (tf_literacy_nation) | |
TRIGGER_FUNCTION (tf_militancy_pop) | |
TRIGGER_FUNCTION (tf_militancy_province) | |
TRIGGER_FUNCTION (tf_militancy_state) | |
TRIGGER_FUNCTION (tf_militancy_nation) | |
TRIGGER_FUNCTION (tf_trade_goods_in_state_state) | |
TRIGGER_FUNCTION (tf_trade_goods_in_state_province) | |
TRIGGER_FUNCTION (tf_has_flashpoint) | |
TRIGGER_FUNCTION (tf_flashpoint_tension) | |
TRIGGER_FUNCTION (tf_flashpoint_tension_province) | |
TRIGGER_FUNCTION (tf_crisis_exist) | |
TRIGGER_FUNCTION (tf_is_liberation_crisis) | |
TRIGGER_FUNCTION (tf_is_claim_crisis) | |
TRIGGER_FUNCTION (tf_crisis_temperature) | |
TRIGGER_FUNCTION (tf_involved_in_crisis_nation) | |
TRIGGER_FUNCTION (tf_involved_in_crisis_pop) | |
TRIGGER_FUNCTION (tf_rich_strata_life_needs_nation) | |
TRIGGER_FUNCTION (tf_rich_strata_life_needs_state) | |
TRIGGER_FUNCTION (tf_rich_strata_life_needs_province) | |
TRIGGER_FUNCTION (tf_rich_strata_life_needs_pop) | |
TRIGGER_FUNCTION (tf_rich_strata_everyday_needs_nation) | |
TRIGGER_FUNCTION (tf_rich_strata_everyday_needs_state) | |
TRIGGER_FUNCTION (tf_rich_strata_everyday_needs_province) | |
TRIGGER_FUNCTION (tf_rich_strata_everyday_needs_pop) | |
TRIGGER_FUNCTION (tf_rich_strata_luxury_needs_nation) | |
TRIGGER_FUNCTION (tf_rich_strata_luxury_needs_state) | |
TRIGGER_FUNCTION (tf_rich_strata_luxury_needs_province) | |
TRIGGER_FUNCTION (tf_rich_strata_luxury_needs_pop) | |
TRIGGER_FUNCTION (tf_middle_strata_life_needs_nation) | |
TRIGGER_FUNCTION (tf_middle_strata_life_needs_state) | |
TRIGGER_FUNCTION (tf_middle_strata_life_needs_province) | |
TRIGGER_FUNCTION (tf_middle_strata_life_needs_pop) | |
TRIGGER_FUNCTION (tf_middle_strata_everyday_needs_nation) | |
TRIGGER_FUNCTION (tf_middle_strata_everyday_needs_state) | |
TRIGGER_FUNCTION (tf_middle_strata_everyday_needs_province) | |
TRIGGER_FUNCTION (tf_middle_strata_everyday_needs_pop) | |
TRIGGER_FUNCTION (tf_middle_strata_luxury_needs_nation) | |
TRIGGER_FUNCTION (tf_middle_strata_luxury_needs_state) | |
TRIGGER_FUNCTION (tf_middle_strata_luxury_needs_province) | |
TRIGGER_FUNCTION (tf_middle_strata_luxury_needs_pop) | |
TRIGGER_FUNCTION (tf_poor_strata_life_needs_nation) | |
TRIGGER_FUNCTION (tf_poor_strata_life_needs_state) | |
TRIGGER_FUNCTION (tf_poor_strata_life_needs_province) | |
TRIGGER_FUNCTION (tf_poor_strata_life_needs_pop) | |
TRIGGER_FUNCTION (tf_poor_strata_everyday_needs_nation) | |
TRIGGER_FUNCTION (tf_poor_strata_everyday_needs_state) | |
TRIGGER_FUNCTION (tf_poor_strata_everyday_needs_province) | |
TRIGGER_FUNCTION (tf_poor_strata_everyday_needs_pop) | |
TRIGGER_FUNCTION (tf_poor_strata_luxury_needs_nation) | |
TRIGGER_FUNCTION (tf_poor_strata_luxury_needs_state) | |
TRIGGER_FUNCTION (tf_poor_strata_luxury_needs_province) | |
TRIGGER_FUNCTION (tf_poor_strata_luxury_needs_pop) | |
TRIGGER_FUNCTION (tf_diplomatic_influence_tag) | |
TRIGGER_FUNCTION (tf_diplomatic_influence_this_nation) | |
TRIGGER_FUNCTION (tf_diplomatic_influence_this_province) | |
TRIGGER_FUNCTION (tf_diplomatic_influence_from_nation) | |
TRIGGER_FUNCTION (tf_diplomatic_influence_from_province) | |
TRIGGER_FUNCTION (tf_pop_unemployment_nation) | |
TRIGGER_FUNCTION (tf_pop_unemployment_state) | |
TRIGGER_FUNCTION (tf_pop_unemployment_province) | |
TRIGGER_FUNCTION (tf_pop_unemployment_pop) | |
TRIGGER_FUNCTION (tf_pop_unemployment_nation_this_pop) | |
TRIGGER_FUNCTION (tf_pop_unemployment_state_this_pop) | |
TRIGGER_FUNCTION (tf_pop_unemployment_province_this_pop) | |
TRIGGER_FUNCTION (tf_relation_tag) | |
TRIGGER_FUNCTION (tf_relation_this_nation) | |
TRIGGER_FUNCTION (tf_relation_this_province) | |
TRIGGER_FUNCTION (tf_relation_this_pop) | |
TRIGGER_FUNCTION (tf_relation_from_nation) | |
TRIGGER_FUNCTION (tf_relation_from_province) | |
TRIGGER_FUNCTION (tf_check_variable) | |
TRIGGER_FUNCTION (tf_upper_house) | |
TRIGGER_FUNCTION (tf_unemployment_by_type_nation) | |
TRIGGER_FUNCTION (tf_unemployment_by_type_state) | |
TRIGGER_FUNCTION (tf_unemployment_by_type_province) | |
TRIGGER_FUNCTION (tf_unemployment_by_type_pop) | |
TRIGGER_FUNCTION (tf_party_loyalty_nation_province_id) | |
TRIGGER_FUNCTION (tf_party_loyalty_from_nation_province_id) | |
TRIGGER_FUNCTION (tf_party_loyalty_province_province_id) | |
TRIGGER_FUNCTION (tf_party_loyalty_from_province_province_id) | |
TRIGGER_FUNCTION (tf_party_loyalty_nation_from_province) | |
TRIGGER_FUNCTION (tf_party_loyalty_generic) | |
TRIGGER_FUNCTION (tf_party_loyalty_from_nation_scope_province) | |
TRIGGER_FUNCTION (tf_party_loyalty_from_province_scope_province) | |
TRIGGER_FUNCTION (tf_can_build_in_province_railroad_no_limit_from_nation) | |
TRIGGER_FUNCTION (tf_can_build_in_province_railroad_yes_limit_from_nation) | |
TRIGGER_FUNCTION (tf_can_build_in_province_railroad_no_limit_this_nation) | |
TRIGGER_FUNCTION (tf_can_build_in_province_railroad_yes_limit_this_nation) | |
TRIGGER_FUNCTION (tf_can_build_in_province_fort_no_limit_from_nation) | |
TRIGGER_FUNCTION (tf_can_build_in_province_fort_yes_limit_from_nation) | |
TRIGGER_FUNCTION (tf_can_build_in_province_fort_no_limit_this_nation) | |
TRIGGER_FUNCTION (tf_can_build_in_province_fort_yes_limit_this_nation) | |
TRIGGER_FUNCTION (tf_can_build_in_province_naval_base_no_limit_from_nation) | |
TRIGGER_FUNCTION (tf_can_build_in_province_naval_base_yes_limit_from_nation) | |
TRIGGER_FUNCTION (tf_can_build_in_province_naval_base_no_limit_this_nation) | |
TRIGGER_FUNCTION (tf_can_build_in_province_naval_base_yes_limit_this_nation) | |
TRIGGER_FUNCTION (tf_can_build_railway_in_capital_yes_whole_state_yes_limit) | |
TRIGGER_FUNCTION (tf_can_build_railway_in_capital_yes_whole_state_no_limit) | |
TRIGGER_FUNCTION (tf_can_build_railway_in_capital_no_whole_state_yes_limit) | |
TRIGGER_FUNCTION (tf_can_build_railway_in_capital_no_whole_state_no_limit) | |
TRIGGER_FUNCTION (tf_can_build_fort_in_capital_yes_whole_state_yes_limit) | |
TRIGGER_FUNCTION (tf_can_build_fort_in_capital_yes_whole_state_no_limit) | |
TRIGGER_FUNCTION (tf_can_build_fort_in_capital_no_whole_state_yes_limit) | |
TRIGGER_FUNCTION (tf_can_build_fort_in_capital_no_whole_state_no_limit) | |
TRIGGER_FUNCTION (tf_work_available_nation) | |
TRIGGER_FUNCTION (tf_work_available_state) | |
TRIGGER_FUNCTION (tf_work_available_province) | |
TRIGGER_FUNCTION (tf_variable_ideology_name_nation) | |
TRIGGER_FUNCTION (tf_variable_ideology_name_state) | |
TRIGGER_FUNCTION (tf_variable_ideology_name_province) | |
TRIGGER_FUNCTION (tf_variable_ideology_name_pop) | |
TRIGGER_FUNCTION (tf_variable_issue_name_nation) | |
TRIGGER_FUNCTION (tf_variable_issue_name_state) | |
TRIGGER_FUNCTION (tf_variable_issue_name_province) | |
TRIGGER_FUNCTION (tf_variable_issue_name_pop) | |
TRIGGER_FUNCTION (tf_variable_issue_group_name_nation) | |
TRIGGER_FUNCTION (tf_variable_issue_group_name_state) | |
TRIGGER_FUNCTION (tf_variable_issue_group_name_province) | |
TRIGGER_FUNCTION (tf_variable_issue_group_name_pop) | |
TRIGGER_FUNCTION (tf_variable_reform_group_name_nation) | |
TRIGGER_FUNCTION (tf_variable_reform_group_name_state) | |
TRIGGER_FUNCTION (tf_variable_reform_group_name_province) | |
TRIGGER_FUNCTION (tf_variable_reform_group_name_pop) | |
TRIGGER_FUNCTION (tf_variable_pop_type_name_nation) | |
TRIGGER_FUNCTION (tf_variable_pop_type_name_state) | |
TRIGGER_FUNCTION (tf_variable_pop_type_name_province) | |
TRIGGER_FUNCTION (tf_variable_pop_type_name_pop) | |
TRIGGER_FUNCTION (tf_variable_good_name) | |
TRIGGER_FUNCTION (tf_religion_nation) | |
TRIGGER_FUNCTION (tf_religion_nation_reb) | |
TRIGGER_FUNCTION (tf_religion_nation_from_nation) | |
TRIGGER_FUNCTION (tf_religion_nation_this_nation) | |
TRIGGER_FUNCTION (tf_religion_nation_this_state) | |
TRIGGER_FUNCTION (tf_religion_nation_this_province) | |
TRIGGER_FUNCTION (tf_religion_nation_this_pop) | |
TRIGGER_FUNCTION (tf_invention) | |
TRIGGER_FUNCTION (tf_invention_province) | |
TRIGGER_FUNCTION (tf_invention_pop) | |
TRIGGER_FUNCTION (tf_test) | |
TRIGGER_FUNCTION (tf_has_building_bank) | |
TRIGGER_FUNCTION (tf_has_building_university) | |
TRIGGER_FUNCTION (tf_party_name) | |
TRIGGER_FUNCTION (tf_party_position) | |
float | evaluate_multiplicative_modifier (sys::state &state, dcon::value_modifier_key modifier, int32_t primary, int32_t this_slot, int32_t from_slot) |
float | evaluate_additive_modifier (sys::state &state, dcon::value_modifier_key modifier, int32_t primary, int32_t this_slot, int32_t from_slot) |
ve::fp_vector | evaluate_multiplicative_modifier (sys::state &state, dcon::value_modifier_key modifier, ve::contiguous_tags< int32_t > primary, ve::tagged_vector< int32_t > this_slot, int32_t from_slot) |
ve::fp_vector | evaluate_additive_modifier (sys::state &state, dcon::value_modifier_key modifier, ve::contiguous_tags< int32_t > primary, ve::tagged_vector< int32_t > this_slot, int32_t from_slot) |
ve::fp_vector | evaluate_multiplicative_modifier (sys::state &state, dcon::value_modifier_key modifier, ve::contiguous_tags< int32_t > primary, ve::contiguous_tags< int32_t > this_slot, int32_t from_slot) |
ve::fp_vector | evaluate_additive_modifier (sys::state &state, dcon::value_modifier_key modifier, ve::contiguous_tags< int32_t > primary, ve::contiguous_tags< int32_t > this_slot, int32_t from_slot) |
bool | evaluate (sys::state &state, dcon::trigger_key key, int32_t primary, int32_t this_slot, int32_t from_slot) |
bool | evaluate (sys::state &state, uint16_t const *data, int32_t primary, int32_t this_slot, int32_t from_slot) |
ve::mask_vector | evaluate (sys::state &state, dcon::trigger_key key, ve::contiguous_tags< int32_t > primary, ve::tagged_vector< int32_t > this_slot, int32_t from_slot) |
ve::mask_vector | evaluate (sys::state &state, uint16_t const *data, ve::contiguous_tags< int32_t > primary, ve::tagged_vector< int32_t > this_slot, int32_t from_slot) |
ve::mask_vector | evaluate (sys::state &state, dcon::trigger_key key, ve::tagged_vector< int32_t > primary, ve::tagged_vector< int32_t > this_slot, int32_t from_slot) |
ve::mask_vector | evaluate (sys::state &state, uint16_t const *data, ve::tagged_vector< int32_t > primary, ve::tagged_vector< int32_t > this_slot, int32_t from_slot) |
ve::mask_vector | evaluate (sys::state &state, dcon::trigger_key key, ve::contiguous_tags< int32_t > primary, ve::contiguous_tags< int32_t > this_slot, int32_t from_slot) |
ve::mask_vector | evaluate (sys::state &state, uint16_t const *data, ve::contiguous_tags< int32_t > primary, ve::contiguous_tags< int32_t > this_slot, int32_t from_slot) |
int32_t | to_generic (dcon::province_id v) |
ve::tagged_vector< int32_t > | to_generic (ve::tagged_vector< dcon::province_id > v) |
ve::contiguous_tags< int32_t > | to_generic (ve::contiguous_tags< dcon::province_id > v) |
ve::unaligned_contiguous_tags< int32_t > | to_generic (ve::unaligned_contiguous_tags< dcon::province_id > v) |
ve::partial_contiguous_tags< int32_t > | to_generic (ve::partial_contiguous_tags< dcon::province_id > v) |
int32_t | to_generic (dcon::nation_id v) |
ve::tagged_vector< int32_t > | to_generic (ve::tagged_vector< dcon::nation_id > v) |
ve::contiguous_tags< int32_t > | to_generic (ve::contiguous_tags< dcon::nation_id > v) |
ve::unaligned_contiguous_tags< int32_t > | to_generic (ve::unaligned_contiguous_tags< dcon::nation_id > v) |
ve::partial_contiguous_tags< int32_t > | to_generic (ve::partial_contiguous_tags< dcon::nation_id > v) |
int32_t | to_generic (dcon::pop_id v) |
ve::tagged_vector< int32_t > | to_generic (ve::tagged_vector< dcon::pop_id > v) |
ve::contiguous_tags< int32_t > | to_generic (ve::contiguous_tags< dcon::pop_id > v) |
ve::unaligned_contiguous_tags< int32_t > | to_generic (ve::unaligned_contiguous_tags< dcon::pop_id > v) |
ve::partial_contiguous_tags< int32_t > | to_generic (ve::partial_contiguous_tags< dcon::pop_id > v) |
int32_t | to_generic (dcon::state_instance_id v) |
ve::tagged_vector< int32_t > | to_generic (ve::tagged_vector< dcon::state_instance_id > v) |
ve::contiguous_tags< int32_t > | to_generic (ve::contiguous_tags< dcon::state_instance_id > v) |
ve::unaligned_contiguous_tags< int32_t > | to_generic (ve::unaligned_contiguous_tags< dcon::state_instance_id > v) |
ve::partial_contiguous_tags< int32_t > | to_generic (ve::partial_contiguous_tags< dcon::state_instance_id > v) |
int32_t | to_generic (dcon::rebel_faction_id v) |
ve::tagged_vector< int32_t > | to_generic (ve::tagged_vector< dcon::rebel_faction_id > v) |
ve::contiguous_tags< int32_t > | to_generic (ve::contiguous_tags< dcon::rebel_faction_id > v) |
ve::unaligned_contiguous_tags< int32_t > | to_generic (ve::unaligned_contiguous_tags< dcon::rebel_faction_id > v) |
ve::partial_contiguous_tags< int32_t > | to_generic (ve::partial_contiguous_tags< dcon::rebel_faction_id > v) |
dcon::province_id | to_prov (int32_t v) |
ve::tagged_vector< dcon::province_id > | to_prov (ve::tagged_vector< int32_t > v) |
ve::contiguous_tags< dcon::province_id > | to_prov (ve::contiguous_tags< int32_t > v) |
ve::unaligned_contiguous_tags< dcon::province_id > | to_prov (ve::unaligned_contiguous_tags< int32_t > v) |
ve::partial_contiguous_tags< dcon::province_id > | to_prov (ve::partial_contiguous_tags< int32_t > v) |
dcon::nation_id | to_nation (int32_t v) |
ve::tagged_vector< dcon::nation_id > | to_nation (ve::tagged_vector< int32_t > v) |
ve::contiguous_tags< dcon::nation_id > | to_nation (ve::contiguous_tags< int32_t > v) |
ve::unaligned_contiguous_tags< dcon::nation_id > | to_nation (ve::unaligned_contiguous_tags< int32_t > v) |
ve::partial_contiguous_tags< dcon::nation_id > | to_nation (ve::partial_contiguous_tags< int32_t > v) |
dcon::pop_id | to_pop (int32_t v) |
ve::tagged_vector< dcon::pop_id > | to_pop (ve::tagged_vector< int32_t > v) |
ve::contiguous_tags< dcon::pop_id > | to_pop (ve::contiguous_tags< int32_t > v) |
ve::unaligned_contiguous_tags< dcon::pop_id > | to_pop (ve::unaligned_contiguous_tags< int32_t > v) |
ve::partial_contiguous_tags< dcon::pop_id > | to_pop (ve::partial_contiguous_tags< int32_t > v) |
dcon::state_instance_id | to_state (int32_t v) |
ve::tagged_vector< dcon::state_instance_id > | to_state (ve::tagged_vector< int32_t > v) |
ve::contiguous_tags< dcon::state_instance_id > | to_state (ve::contiguous_tags< int32_t > v) |
ve::unaligned_contiguous_tags< dcon::state_instance_id > | to_state (ve::unaligned_contiguous_tags< int32_t > v) |
ve::partial_contiguous_tags< dcon::state_instance_id > | to_state (ve::partial_contiguous_tags< int32_t > v) |
dcon::rebel_faction_id | to_rebel (int32_t v) |
ve::tagged_vector< dcon::rebel_faction_id > | to_rebel (ve::tagged_vector< int32_t > v) |
ve::contiguous_tags< dcon::rebel_faction_id > | to_rebel (ve::contiguous_tags< int32_t > v) |
ve::unaligned_contiguous_tags< dcon::rebel_faction_id > | to_rebel (ve::unaligned_contiguous_tags< int32_t > v) |
ve::partial_contiguous_tags< dcon::rebel_faction_id > | to_rebel (ve::partial_contiguous_tags< int32_t > v) |
ve::fp_vector | evaluate_purely_additive_modifier (sys::state &state, dcon::value_modifier_key modifier, ve::contiguous_tags< int32_t > primary, ve::tagged_vector< int32_t > this_slot, int32_t from_slot) |
float | evaluate_purely_additive_modifier (sys::state &state, dcon::value_modifier_key modifier, int32_t primary, int32_t this_slot, int32_t from_slot) |
ve::fp_vector | evaluate_purely_additive_modifier (sys::state &state, dcon::value_modifier_key modifier, ve::contiguous_tags< int32_t > primary, ve::contiguous_tags< int32_t > this_slot, int32_t from_slot) |
using trigger::gathered_t = typedef typename gathered_s<T>::type |
Definition at line 169 of file triggers.cpp.
|
strong |
Enumerator | |
---|---|
empty | |
province | |
state | |
pop | |
nation | |
rebel |
Definition at line 1466 of file script_constants.hpp.
bool trigger::compare | ( | bool | a, |
bool | b | ||
) |
bool trigger::compare | ( | ve::vbitfield_type | a, |
ve::vbitfield_type | b | ||
) |
Definition at line 207 of file triggers.cpp.
auto trigger::compare_to_false | ( | uint16_t | trigger_code, |
A | value_a | ||
) | -> decltype(!value_a) |
auto trigger::compare_to_true | ( | uint16_t | trigger_code, |
A | value_a | ||
) | -> decltype(!value_a) |
auto trigger::compare_values_eq | ( | uint16_t | trigger_code, |
dcon::nation_fat_id | value_a, | ||
B | value_b | ||
) | -> decltype(value_a.id == value_b) |
Definition at line 61 of file triggers.cpp.
|
inline |
auto trigger::empty_province_accumulator | ( | sys::state const & | ws | ) |
Definition at line 1222 of file triggers.cpp.
auto trigger::empty_province_from_state_accumulator | ( | sys::state const & | ws, |
dcon::state_instance_id | sid | ||
) |
Definition at line 1250 of file triggers.cpp.
bool trigger::evaluate | ( | sys::state & | state, |
dcon::trigger_key | key, | ||
int32_t | primary, | ||
int32_t | this_slot, | ||
int32_t | from_slot | ||
) |
Definition at line 5865 of file triggers.cpp.
ve::mask_vector trigger::evaluate | ( | sys::state & | state, |
dcon::trigger_key | key, | ||
ve::contiguous_tags< int32_t > | primary, | ||
ve::contiguous_tags< int32_t > | this_slot, | ||
int32_t | from_slot | ||
) |
Definition at line 5893 of file triggers.cpp.
ve::mask_vector trigger::evaluate | ( | sys::state & | state, |
dcon::trigger_key | key, | ||
ve::contiguous_tags< int32_t > | primary, | ||
ve::tagged_vector< int32_t > | this_slot, | ||
int32_t | from_slot | ||
) |
Definition at line 5873 of file triggers.cpp.
ve::mask_vector trigger::evaluate | ( | sys::state & | state, |
dcon::trigger_key | key, | ||
ve::tagged_vector< int32_t > | primary, | ||
ve::tagged_vector< int32_t > | this_slot, | ||
int32_t | from_slot | ||
) |
Definition at line 5883 of file triggers.cpp.
bool trigger::evaluate | ( | sys::state & | state, |
uint16_t const * | data, | ||
int32_t | primary, | ||
int32_t | this_slot, | ||
int32_t | from_slot | ||
) |
Definition at line 5869 of file triggers.cpp.
ve::mask_vector trigger::evaluate | ( | sys::state & | state, |
uint16_t const * | data, | ||
ve::contiguous_tags< int32_t > | primary, | ||
ve::contiguous_tags< int32_t > | this_slot, | ||
int32_t | from_slot | ||
) |
Definition at line 5898 of file triggers.cpp.
ve::mask_vector trigger::evaluate | ( | sys::state & | state, |
uint16_t const * | data, | ||
ve::contiguous_tags< int32_t > | primary, | ||
ve::tagged_vector< int32_t > | this_slot, | ||
int32_t | from_slot | ||
) |
Definition at line 5878 of file triggers.cpp.
ve::mask_vector trigger::evaluate | ( | sys::state & | state, |
uint16_t const * | data, | ||
ve::tagged_vector< int32_t > | primary, | ||
ve::tagged_vector< int32_t > | this_slot, | ||
int32_t | from_slot | ||
) |
Definition at line 5888 of file triggers.cpp.
float trigger::evaluate_additive_modifier | ( | sys::state & | state, |
dcon::value_modifier_key | modifier, | ||
int32_t | primary, | ||
int32_t | this_slot, | ||
int32_t | from_slot | ||
) |
Definition at line 5796 of file triggers.cpp.
ve::fp_vector trigger::evaluate_additive_modifier | ( | sys::state & | state, |
dcon::value_modifier_key | modifier, | ||
ve::contiguous_tags< int32_t > | primary, | ||
ve::contiguous_tags< int32_t > | this_slot, | ||
int32_t | from_slot | ||
) |
ve::fp_vector trigger::evaluate_additive_modifier | ( | sys::state & | state, |
dcon::value_modifier_key | modifier, | ||
ve::contiguous_tags< int32_t > | primary, | ||
ve::tagged_vector< int32_t > | this_slot, | ||
int32_t | from_slot | ||
) |
float trigger::evaluate_multiplicative_modifier | ( | sys::state & | state, |
dcon::value_modifier_key | modifier, | ||
int32_t | primary, | ||
int32_t | this_slot, | ||
int32_t | from_slot | ||
) |
Definition at line 5782 of file triggers.cpp.
ve::fp_vector trigger::evaluate_multiplicative_modifier | ( | sys::state & | state, |
dcon::value_modifier_key | modifier, | ||
ve::contiguous_tags< int32_t > | primary, | ||
ve::contiguous_tags< int32_t > | this_slot, | ||
int32_t | from_slot | ||
) |
ve::fp_vector trigger::evaluate_multiplicative_modifier | ( | sys::state & | state, |
dcon::value_modifier_key | modifier, | ||
ve::contiguous_tags< int32_t > | primary, | ||
ve::tagged_vector< int32_t > | this_slot, | ||
int32_t | from_slot | ||
) |
float trigger::evaluate_purely_additive_modifier | ( | sys::state & | state, |
dcon::value_modifier_key | modifier, | ||
int32_t | primary, | ||
int32_t | this_slot, | ||
int32_t | from_slot | ||
) |
ve::fp_vector trigger::evaluate_purely_additive_modifier | ( | sys::state & | state, |
dcon::value_modifier_key | modifier, | ||
ve::contiguous_tags< int32_t > | primary, | ||
ve::contiguous_tags< int32_t > | this_slot, | ||
int32_t | from_slot | ||
) |
ve::fp_vector trigger::evaluate_purely_additive_modifier | ( | sys::state & | state, |
dcon::value_modifier_key | modifier, | ||
ve::contiguous_tags< int32_t > | primary, | ||
ve::tagged_vector< int32_t > | this_slot, | ||
int32_t | from_slot | ||
) |
auto trigger::existence_accumulator | ( | sys::state & | ws, |
uint16_t const * | tval, | ||
int32_t | this_slot, | ||
int32_t | from_slot | ||
) |
Definition at line 372 of file triggers.cpp.
|
inline |
|
inline |
Definition at line 1663 of file script_constants.hpp.
|
inline |
auto trigger::internal_tf_culture_accepted | ( | sys::state & | ws, |
N | nids, | ||
C | cids | ||
) |
Definition at line 3004 of file triggers.cpp.
auto trigger::make_false_accumulator | ( | F && | f | ) | -> false_accumulator<F> |
auto trigger::make_true_accumulator | ( | F && | f | ) | -> true_accumulator<F> |
auto trigger::make_value_accumulator | ( | F && | f | ) | -> value_accumulator<TAG, F> |
Definition at line 368 of file triggers.cpp.
float trigger::read_float_from_payload | ( | uint16_t const * | data | ) |
Definition at line 119 of file triggers.cpp.
int32_t trigger::read_int32_t_from_payload | ( | uint16_t const * | data | ) |
uint16_t * trigger::recurse_over_triggers | ( | uint16_t * | source, |
T const & | f | ||
) |
Definition at line 1678 of file script_constants.hpp.
return_type CALLTYPE trigger::test_trigger_generic | ( | uint16_t const * | tval, |
sys::state & | ws, | ||
primary_type | primary_slot, | ||
this_type | this_slot, | ||
from_type | from_slot | ||
) |
Definition at line 5773 of file triggers.cpp.
|
inline |
Definition at line 27 of file triggers.hpp.
|
inline |
Definition at line 42 of file triggers.hpp.
|
inline |
Definition at line 12 of file triggers.hpp.
|
inline |
Definition at line 72 of file triggers.hpp.
|
inline |
Definition at line 57 of file triggers.hpp.
|
inline |
Definition at line 33 of file triggers.hpp.
|
inline |
Definition at line 48 of file triggers.hpp.
|
inline |
Definition at line 18 of file triggers.hpp.
|
inline |
Definition at line 78 of file triggers.hpp.
|
inline |
Definition at line 63 of file triggers.hpp.
|
inline |
Definition at line 39 of file triggers.hpp.
|
inline |
Definition at line 54 of file triggers.hpp.
|
inline |
Definition at line 24 of file triggers.hpp.
|
inline |
Definition at line 84 of file triggers.hpp.
|
inline |
Definition at line 69 of file triggers.hpp.
|
inline |
Definition at line 30 of file triggers.hpp.
|
inline |
Definition at line 45 of file triggers.hpp.
|
inline |
Definition at line 15 of file triggers.hpp.
|
inline |
Definition at line 75 of file triggers.hpp.
|
inline |
Definition at line 60 of file triggers.hpp.
|
inline |
Definition at line 36 of file triggers.hpp.
|
inline |
Definition at line 51 of file triggers.hpp.
|
inline |
Definition at line 21 of file triggers.hpp.
|
inline |
Definition at line 81 of file triggers.hpp.
|
inline |
Definition at line 66 of file triggers.hpp.
|
inline |
Definition at line 104 of file triggers.hpp.
|
inline |
Definition at line 110 of file triggers.hpp.
|
inline |
Definition at line 116 of file triggers.hpp.
|
inline |
Definition at line 107 of file triggers.hpp.
|
inline |
Definition at line 113 of file triggers.hpp.
|
inline |
Definition at line 120 of file triggers.hpp.
|
inline |
Definition at line 126 of file triggers.hpp.
|
inline |
Definition at line 132 of file triggers.hpp.
|
inline |
Definition at line 123 of file triggers.hpp.
|
inline |
Definition at line 129 of file triggers.hpp.
|
inline |
Definition at line 88 of file triggers.hpp.
|
inline |
Definition at line 94 of file triggers.hpp.
|
inline |
Definition at line 100 of file triggers.hpp.
|
inline |
Definition at line 91 of file triggers.hpp.
|
inline |
Definition at line 97 of file triggers.hpp.
|
inline |
|
inline |
Definition at line 158 of file triggers.hpp.
|
inline |
Definition at line 164 of file triggers.hpp.
|
inline |
Definition at line 155 of file triggers.hpp.
|
inline |
Definition at line 161 of file triggers.hpp.
|
inline |
Definition at line 136 of file triggers.hpp.
|
inline |
Definition at line 142 of file triggers.hpp.
|
inline |
Definition at line 148 of file triggers.hpp.
|
inline |
Definition at line 139 of file triggers.hpp.
|
inline |
Definition at line 145 of file triggers.hpp.
trigger::TRIGGER_FUNCTION | ( | apply_conjuctively | ) |
trigger::TRIGGER_FUNCTION | ( | apply_disjuctively | ) |
trigger::TRIGGER_FUNCTION | ( | apply_subtriggers | ) |
Definition at line 241 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_accepted_culture | ) |
trigger::TRIGGER_FUNCTION | ( | tf_administration_spending_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_administration_spending_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_administration_spending_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_administration_spending_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_agree_with_ruling_party | ) |
trigger::TRIGGER_FUNCTION | ( | tf_ai | ) |
trigger::TRIGGER_FUNCTION | ( | tf_alliance_with_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_alliance_with_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_alliance_with_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_alliance_with_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_alliance_with_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_alliance_with_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_always | ) |
trigger::TRIGGER_FUNCTION | ( | tf_average_consciousness_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_average_consciousness_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_average_consciousness_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_average_militancy_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_average_militancy_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_average_militancy_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_badboy | ) |
trigger::TRIGGER_FUNCTION | ( | tf_big_producer | ) |
trigger::TRIGGER_FUNCTION | ( | tf_blockade | ) |
trigger::TRIGGER_FUNCTION | ( | tf_brigades_compare_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_brigades_compare_province_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_brigades_compare_province_this | ) |
trigger::TRIGGER_FUNCTION | ( | tf_brigades_compare_this | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_factory_in_capital_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_factory_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_factory_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_factory_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_fort_in_capital_no_whole_state_no_limit | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_fort_in_capital_no_whole_state_yes_limit | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_fort_in_capital_yes_whole_state_no_limit | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_fort_in_capital_yes_whole_state_yes_limit | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_in_province_fort_no_limit_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_in_province_fort_no_limit_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_in_province_fort_yes_limit_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_in_province_fort_yes_limit_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_in_province_naval_base_no_limit_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_in_province_naval_base_no_limit_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_in_province_naval_base_yes_limit_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_in_province_naval_base_yes_limit_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_in_province_railroad_no_limit_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_in_province_railroad_no_limit_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_in_province_railroad_yes_limit_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_in_province_railroad_yes_limit_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_railway_in_capital_no_whole_state_no_limit | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_railway_in_capital_no_whole_state_yes_limit | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_railway_in_capital_yes_whole_state_no_limit | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_build_railway_in_capital_yes_whole_state_yes_limit | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_create_vassals | ) |
trigger::TRIGGER_FUNCTION | ( | tf_can_nationalize | ) |
trigger::TRIGGER_FUNCTION | ( | tf_capital | ) |
trigger::TRIGGER_FUNCTION | ( | tf_capital_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_capital_scope_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_capital_scope_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_cash_reserves | ) |
trigger::TRIGGER_FUNCTION | ( | tf_casus_belli_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_casus_belli_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_casus_belli_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_casus_belli_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_casus_belli_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_casus_belli_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_check_variable | ) |
trigger::TRIGGER_FUNCTION | ( | tf_civilization_progress | ) |
trigger::TRIGGER_FUNCTION | ( | tf_civilized_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_civilized_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_civilized_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_colonial_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_consciousness_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_consciousness_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_consciousness_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_consciousness_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_constructing_cb_discovered | ) |
trigger::TRIGGER_FUNCTION | ( | tf_constructing_cb_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_constructing_cb_progress | ) |
trigger::TRIGGER_FUNCTION | ( | tf_constructing_cb_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_constructing_cb_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_constructing_cb_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_constructing_cb_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_constructing_cb_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_constructing_cb_type | ) |
trigger::TRIGGER_FUNCTION | ( | tf_continent_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_continent_nation_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_continent_nation_this | ) |
trigger::TRIGGER_FUNCTION | ( | tf_continent_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_continent_pop_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_continent_pop_this | ) |
trigger::TRIGGER_FUNCTION | ( | tf_continent_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_continent_province_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_continent_province_this | ) |
trigger::TRIGGER_FUNCTION | ( | tf_continent_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_continent_state_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_continent_state_this | ) |
trigger::TRIGGER_FUNCTION | ( | tf_controlled_by_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_controlled_by_owner | ) |
trigger::TRIGGER_FUNCTION | ( | tf_controlled_by_reb | ) |
trigger::TRIGGER_FUNCTION | ( | tf_controlled_by_rebels | ) |
trigger::TRIGGER_FUNCTION | ( | tf_controlled_by_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_controlled_by_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_controlled_by_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_controlled_by_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_controlled_by_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_controller_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_controls | ) |
trigger::TRIGGER_FUNCTION | ( | tf_corruption | ) |
trigger::TRIGGER_FUNCTION | ( | tf_country_scope_nation | ) |
Definition at line 1151 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_country_scope_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_country_scope_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_country_scope_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_country_units_in_state_from | ) |
Definition at line 2553 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_country_units_in_state_tag | ) |
Definition at line 2636 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_country_units_in_state_this_nation | ) |
Definition at line 2569 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_country_units_in_state_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_country_units_in_state_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_country_units_in_state_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_crime_higher_than_education_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_crime_higher_than_education_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_crime_higher_than_education_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_crime_higher_than_education_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_crisis_exist | ) |
trigger::TRIGGER_FUNCTION | ( | tf_crisis_state_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_crisis_temperature | ) |
Definition at line 4809 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_cultural_union_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_cultural_union_scope_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_nation_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_nation_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_nation_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_nation_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_nation_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_pop_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_pop_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_pop_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_pop_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_pop_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_reb_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_reb_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_group_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_has_union_tag_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_has_union_tag_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_nation_reb | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_pop_reb | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_province_reb | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_state_reb | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_culture_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_diplomatic_influence_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_diplomatic_influence_from_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_diplomatic_influence_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_diplomatic_influence_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_diplomatic_influence_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_education_spending_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_education_spending_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_education_spending_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_education_spending_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_election | ) |
trigger::TRIGGER_FUNCTION | ( | tf_empty | ) |
trigger::TRIGGER_FUNCTION | ( | tf_empty_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_everyday_needs | ) |
trigger::TRIGGER_FUNCTION | ( | tf_exists_bool | ) |
trigger::TRIGGER_FUNCTION | ( | tf_exists_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_flashpoint_tag_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_flashpoint_tension | ) |
trigger::TRIGGER_FUNCTION | ( | tf_flashpoint_tension_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_from_scope | ) |
Definition at line 1071 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_generic_scope | ) |
Definition at line 255 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_government_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_government_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_great_wars_enabled | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_building_bank | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_building_factory | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_building_factory_from_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_building_fort | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_building_naval_base | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_building_railroad | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_building_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_building_state_from_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_building_university | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_country_flag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_country_flag_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_country_flag_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_country_flag_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_country_modifier | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_country_modifier_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_crime | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_cultural_sphere | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_culture_core | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_culture_core_province_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_empty_adjacent_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_empty_adjacent_state_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_empty_adjacent_state_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_faction_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_faction_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_factories_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_factories_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_flashpoint | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_global_flag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_leader | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_national_focus_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_national_focus_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_national_minority_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_national_minority_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_national_minority_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_culture_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_culture_nation_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_culture_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_culture_pop_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_culture_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_culture_province_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_culture_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_culture_state_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_religion_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_religion_nation_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_religion_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_religion_pop_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_religion_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_religion_province_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_religion_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_religion_state_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_type_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_type_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_type_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_pop_type_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_province_modifier | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_recent_imigration | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_recently_lost_war | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_recently_lost_war_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_has_unclaimed_cores | ) |
trigger::TRIGGER_FUNCTION | ( | tf_have_core_in_nation_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_have_core_in_nation_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_have_core_in_nation_this | ) |
trigger::TRIGGER_FUNCTION | ( | tf_in_default_bool | ) |
trigger::TRIGGER_FUNCTION | ( | tf_in_default_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_in_default_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_in_default_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_in_default_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_in_default_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_in_default_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_in_sphere_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_in_sphere_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_in_sphere_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_in_sphere_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_in_sphere_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_in_sphere_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_independence_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_industrial_score_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_industrial_score_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_industrial_score_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_industrial_score_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_industrial_score_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_industrial_score_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_industrial_score_value | ) |
trigger::TRIGGER_FUNCTION | ( | tf_integer_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_invention | ) |
trigger::TRIGGER_FUNCTION | ( | tf_invention_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_invention_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_involved_in_crisis_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_involved_in_crisis_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_nation_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_nation_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_nation_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_nation_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_pop_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_pop_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_pop_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_pop_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_province_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_province_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_province_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_province_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_state_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_state_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_state_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_accepted_culture_state_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_blockaded | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_canal_enabled | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_capital | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_claim_crisis | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_coastal_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_coastal_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_colonial_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_colonial_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_colonial_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_core_boolean | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_core_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_core_integer | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_core_pop_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_core_reb | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_core_state_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_core_state_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_core_state_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_core_state_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_core_state_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_core_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_core_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_core_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_core_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_core_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_cultural_union_bool | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_cultural_union_pop_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_cultural_union_tag_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_cultural_union_tag_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_cultural_union_tag_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_cultural_union_tag_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_cultural_union_tag_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_cultural_union_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_cultural_union_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_cultural_union_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_cultural_union_this_rebel | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_cultural_union_this_self_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_cultural_union_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_disarmed | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_disarmed_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_greater_power_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_greater_power_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_greater_power_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_ideology_enabled | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_independant | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_liberation_crisis | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_mobilised | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_next_reform_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_next_reform_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_next_rreform_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_next_rreform_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_our_vassal_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_our_vassal_province_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_our_vassal_province_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_our_vassal_province_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_our_vassal_province_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_our_vassal_province_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_our_vassal_province_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_our_vassal_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_our_vassal_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_our_vassal_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_our_vassal_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_our_vassal_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_overseas | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_overseas_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_overseas_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_possible_vassal | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_nation_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_nation_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_nation_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_nation_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_pop_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_pop_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_pop_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_pop_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_province_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_province_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_province_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_province_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_state_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_state_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_state_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_primary_culture_state_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_releasable_vassal_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_releasable_vassal_other | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_secondary_power_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_secondary_power_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_slave_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_slave_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_slave_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_slave_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_sphere_leader_of_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_sphere_leader_of_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_sphere_leader_of_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_sphere_leader_of_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_sphere_leader_of_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_sphere_leader_of_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_state_capital | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_state_capital_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_state_religion_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_state_religion_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_state_religion_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_substate | ) |
trigger::TRIGGER_FUNCTION | ( | tf_is_vassal | ) |
trigger::TRIGGER_FUNCTION | ( | tf_life_needs | ) |
trigger::TRIGGER_FUNCTION | ( | tf_life_rating_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_life_rating_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_literacy_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_literacy_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_literacy_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_literacy_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_location_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_lost_national | ) |
trigger::TRIGGER_FUNCTION | ( | tf_luxury_needs | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_everyday_needs_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_everyday_needs_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_everyday_needs_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_everyday_needs_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_life_needs_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_life_needs_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_life_needs_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_life_needs_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_luxury_needs_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_luxury_needs_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_luxury_needs_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_luxury_needs_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_militancy_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_militancy_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_militancy_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_strata_militancy_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_tax | ) |
trigger::TRIGGER_FUNCTION | ( | tf_middle_tax_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_militancy_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_militancy_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_militancy_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_militancy_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_access_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_access_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_access_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_access_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_access_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_access_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_score_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_score_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_score_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_score_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_score_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_score_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_score_value | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_spending_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_spending_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_spending_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_military_spending_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_minorities_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_minorities_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_minorities_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_mobilisation_size | ) |
trigger::TRIGGER_FUNCTION | ( | tf_money | ) |
trigger::TRIGGER_FUNCTION | ( | tf_money_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_month | ) |
trigger::TRIGGER_FUNCTION | ( | tf_national_provinces_occupied | ) |
trigger::TRIGGER_FUNCTION | ( | tf_nationalism | ) |
trigger::TRIGGER_FUNCTION | ( | tf_nationalvalue_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_nationalvalue_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_nationalvalue_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_neighbour_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_neighbour_from_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_neighbour_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_neighbour_this | ) |
trigger::TRIGGER_FUNCTION | ( | tf_neighbour_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_none | ) |
Definition at line 248 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_num_of_allies | ) |
trigger::TRIGGER_FUNCTION | ( | tf_num_of_cities_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_num_of_cities_int | ) |
trigger::TRIGGER_FUNCTION | ( | tf_num_of_cities_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_num_of_cities_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_num_of_cities_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_num_of_cities_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_num_of_ports | ) |
trigger::TRIGGER_FUNCTION | ( | tf_num_of_revolts | ) |
trigger::TRIGGER_FUNCTION | ( | tf_num_of_substates | ) |
trigger::TRIGGER_FUNCTION | ( | tf_num_of_vassals | ) |
trigger::TRIGGER_FUNCTION | ( | tf_num_of_vassals_no_substates | ) |
trigger::TRIGGER_FUNCTION | ( | tf_number_of_states | ) |
trigger::TRIGGER_FUNCTION | ( | tf_overlord_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owned_by_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owned_by_state_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owned_by_state_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owned_by_state_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owned_by_state_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owned_by_state_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owned_by_state_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owned_by_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owned_by_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owned_by_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owned_by_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owned_by_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owner_scope_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owner_scope_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owns | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owns_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owns_region | ) |
trigger::TRIGGER_FUNCTION | ( | tf_owns_region_proper | ) |
trigger::TRIGGER_FUNCTION | ( | tf_part_of_sphere | ) |
trigger::TRIGGER_FUNCTION | ( | tf_party_loyalty_from_nation_province_id | ) |
Definition at line 5311 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_party_loyalty_from_nation_scope_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_party_loyalty_from_province_province_id | ) |
Definition at line 5319 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_party_loyalty_from_province_scope_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_party_loyalty_generic | ) |
trigger::TRIGGER_FUNCTION | ( | tf_party_loyalty_nation_from_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_party_loyalty_nation_province_id | ) |
Definition at line 5307 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_party_loyalty_province_province_id | ) |
Definition at line 5315 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_party_name | ) |
trigger::TRIGGER_FUNCTION | ( | tf_party_position | ) |
trigger::TRIGGER_FUNCTION | ( | tf_plurality | ) |
trigger::TRIGGER_FUNCTION | ( | tf_plurality_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_political_movement | ) |
trigger::TRIGGER_FUNCTION | ( | tf_political_movement_from_reb | ) |
trigger::TRIGGER_FUNCTION | ( | tf_political_movement_strength | ) |
Definition at line 4500 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_political_reform_want_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_political_reform_want_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_everyday_needs_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_everyday_needs_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_everyday_needs_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_everyday_needs_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_life_needs_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_life_needs_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_life_needs_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_life_needs_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_luxury_needs_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_luxury_needs_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_luxury_needs_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_luxury_needs_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_militancy_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_militancy_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_militancy_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_strata_militancy_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_tax | ) |
trigger::TRIGGER_FUNCTION | ( | tf_poor_tax_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_majority_culture_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_majority_culture_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_majority_culture_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_majority_ideology_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_majority_ideology_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_majority_ideology_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_majority_ideology_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_majority_issue_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_majority_issue_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_majority_issue_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_majority_issue_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_majority_religion_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_majority_religion_nation_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_majority_religion_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_majority_religion_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_unemployment_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_unemployment_nation_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_unemployment_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_unemployment_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_unemployment_province_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_unemployment_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_pop_unemployment_state_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_port | ) |
trigger::TRIGGER_FUNCTION | ( | tf_prestige_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_prestige_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_prestige_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_prestige_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_prestige_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_prestige_value | ) |
trigger::TRIGGER_FUNCTION | ( | tf_primary_culture | ) |
trigger::TRIGGER_FUNCTION | ( | tf_primary_culture_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_primary_culture_from_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_primary_culture_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_produces_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_produces_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_produces_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_produces_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_province_control_days | ) |
trigger::TRIGGER_FUNCTION | ( | tf_province_id | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rank | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rebel_power_fraction | ) |
trigger::TRIGGER_FUNCTION | ( | tf_recruited_percentage_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_recruited_percentage_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_region | ) |
trigger::TRIGGER_FUNCTION | ( | tf_region_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_region_proper | ) |
trigger::TRIGGER_FUNCTION | ( | tf_region_proper_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_region_proper_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_region_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_relation_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_relation_from_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_relation_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_relation_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_relation_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_relation_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_religion | ) |
trigger::TRIGGER_FUNCTION | ( | tf_religion_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_religion_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_religion_nation_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_religion_nation_reb | ) |
trigger::TRIGGER_FUNCTION | ( | tf_religion_nation_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_religion_nation_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_religion_nation_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_religion_nation_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_religion_reb | ) |
trigger::TRIGGER_FUNCTION | ( | tf_religion_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_religion_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_religion_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_religion_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_revanchism_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_revanchism_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_revolt_percentage | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_everyday_needs_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_everyday_needs_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_everyday_needs_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_everyday_needs_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_life_needs_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_life_needs_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_life_needs_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_life_needs_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_luxury_needs_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_luxury_needs_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_luxury_needs_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_luxury_needs_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_militancy_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_militancy_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_militancy_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_strata_militancy_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_tax | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_tax_above_poor | ) |
trigger::TRIGGER_FUNCTION | ( | tf_rich_tax_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_ruling_party | ) |
trigger::TRIGGER_FUNCTION | ( | tf_ruling_party_ideology_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_ruling_party_ideology_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_ruling_party_ideology_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_sea_zone_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_social_movement | ) |
trigger::TRIGGER_FUNCTION | ( | tf_social_movement_from_reb | ) |
trigger::TRIGGER_FUNCTION | ( | tf_social_movement_strength | ) |
Definition at line 4480 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_social_reform_want_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_social_reform_want_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_social_spending_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_social_spending_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_social_spending_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_someone_can_form_union_tag_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_someone_can_form_union_tag_other | ) |
trigger::TRIGGER_FUNCTION | ( | tf_sphere_owner_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_state_id_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_state_id_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_state_scope_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_state_scope_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_strata_middle | ) |
trigger::TRIGGER_FUNCTION | ( | tf_strata_poor | ) |
trigger::TRIGGER_FUNCTION | ( | tf_strata_rich | ) |
trigger::TRIGGER_FUNCTION | ( | tf_stronger_army_than_from_nation | ) |
Definition at line 2513 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_stronger_army_than_from_province | ) |
Definition at line 2516 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_stronger_army_than_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_stronger_army_than_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_stronger_army_than_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_stronger_army_than_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_stronger_army_than_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_substate_of_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_substate_of_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_substate_of_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_substate_of_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_substate_of_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_substate_of_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_tag_from_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_tag_from_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_tag_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_tag_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_tag_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_tag_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_tag_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_tech_school | ) |
trigger::TRIGGER_FUNCTION | ( | tf_technology | ) |
trigger::TRIGGER_FUNCTION | ( | tf_technology_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_technology_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_terrain_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_terrain_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_test | ) |
trigger::TRIGGER_FUNCTION | ( | tf_this_culture_union_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_this_culture_union_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_this_culture_union_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_this_culture_union_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_this_culture_union_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_this_culture_union_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_this_culture_union_this_union_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_this_culture_union_this_union_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_this_culture_union_this_union_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_this_culture_union_this_union_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_this_scope | ) |
Definition at line 1068 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_total_amount_of_divisions | ) |
trigger::TRIGGER_FUNCTION | ( | tf_total_amount_of_ships | ) |
trigger::TRIGGER_FUNCTION | ( | tf_total_num_of_ports | ) |
trigger::TRIGGER_FUNCTION | ( | tf_total_pops_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_total_pops_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_total_pops_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_total_pops_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_trade_goods | ) |
trigger::TRIGGER_FUNCTION | ( | tf_trade_goods_in_state_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_trade_goods_in_state_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_truce_with_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_truce_with_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_truce_with_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_truce_with_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_truce_with_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_truce_with_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_unemployment_by_type_nation | ) |
Definition at line 5293 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_unemployment_by_type_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_unemployment_by_type_province | ) |
Definition at line 5299 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_unemployment_by_type_state | ) |
Definition at line 5296 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_unemployment_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_unemployment_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_unemployment_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_unemployment_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_unit_has_leader | ) |
Definition at line 2785 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_unit_in_battle | ) |
trigger::TRIGGER_FUNCTION | ( | tf_units_in_province_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_units_in_province_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_units_in_province_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_units_in_province_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_units_in_province_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_units_in_province_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_units_in_province_value | ) |
Definition at line 2655 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_unused_1 | ) |
Definition at line 251 of file triggers.cpp.
trigger::TRIGGER_FUNCTION | ( | tf_upper_house | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_good_name | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_ideology_name_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_ideology_name_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_ideology_name_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_ideology_name_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_issue_group_name_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_issue_group_name_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_issue_group_name_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_issue_group_name_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_issue_name_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_issue_name_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_issue_name_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_issue_name_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_pop_type_name_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_pop_type_name_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_pop_type_name_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_pop_type_name_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_reform_group_name_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_reform_group_name_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_reform_group_name_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_variable_reform_group_name_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_vassal_of_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_vassal_of_province_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_vassal_of_province_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_vassal_of_province_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_vassal_of_province_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_vassal_of_province_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_vassal_of_province_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_vassal_of_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_vassal_of_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_vassal_of_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_vassal_of_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_vassal_of_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_war_exhaustion_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_war_exhaustion_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_war_exhaustion_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_war_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_war_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_war_score | ) |
trigger::TRIGGER_FUNCTION | ( | tf_war_with_from | ) |
trigger::TRIGGER_FUNCTION | ( | tf_war_with_tag | ) |
trigger::TRIGGER_FUNCTION | ( | tf_war_with_this_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_war_with_this_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_war_with_this_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_war_with_this_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_work_available_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_work_available_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_work_available_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_world_wars_enabled | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_core_scope_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_core_scope_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_country_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_greater_power_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_neighbor_country_scope_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_neighbor_country_scope_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_neighbor_province_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_neighbor_province_scope_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_owned_province_scope_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_owned_province_scope_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_pop_scope_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_pop_scope_province | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_pop_scope_state | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_provinces_in_variable_region | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_provinces_in_variable_region_proper | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_sphere_member_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_state_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_substate_scope | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_war_countries_scope_nation | ) |
trigger::TRIGGER_FUNCTION | ( | tf_x_war_countries_scope_pop | ) |
trigger::TRIGGER_FUNCTION | ( | tf_year | ) |
|
inline |
auto trigger::universal_accumulator | ( | sys::state & | ws, |
uint16_t const * | tval, | ||
int32_t | this_slot, | ||
int32_t | from_slot | ||
) |
Definition at line 378 of file triggers.cpp.
auto trigger::unowned_core_accumulator | ( | sys::state const & | ws, |
dcon::nation_id | n | ||
) |
Definition at line 1619 of file triggers.cpp.
|
inlineconstexpr |
Definition at line 626 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 628 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 627 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 630 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 629 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 625 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 631 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1420 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1444 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1443 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 634 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1416 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1440 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1419 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1441 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1418 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1435 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1430 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1442 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1458 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1449 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1386 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1434 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1426 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1425 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1428 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1427 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1396 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1433 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1439 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 622 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 623 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1417 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 633 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1431 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1415 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1414 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1451 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1429 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1432 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1436 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1437 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1438 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1422 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1421 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1424 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1423 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1406 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1405 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1445 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1402 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1398 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1399 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1397 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1446 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1404 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1403 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1412 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1410 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1411 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1413 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1447 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1409 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1407 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1408 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1400 of file script_constants.hpp.
|
inlineconstexpr |
Definition at line 1401 of file script_constants.hpp.