|
bool | event::is_valid_option (sys::event_option const &opt) |
|
void | event::take_option (sys::state &state, pending_human_n_event const &e, uint8_t opt) |
|
void | event::take_option (sys::state &state, pending_human_f_n_event const &e, uint8_t opt) |
|
void | event::take_option (sys::state &state, pending_human_p_event const &e, uint8_t opt) |
|
void | event::take_option (sys::state &state, pending_human_f_p_event const &e, uint8_t opt) |
|
template<typename T > |
bool | event::event_has_options (sys::state &state, T id) |
|
void | event::trigger_national_event (sys::state &state, dcon::national_event_id e, dcon::nation_id n, uint32_t r_lo, uint32_t r_hi, int32_t primary_slot, slot_type pt, int32_t from_slot, slot_type ft) |
|
void | event::trigger_national_event (sys::state &state, dcon::national_event_id e, dcon::nation_id n, uint32_t r_hi, uint32_t r_lo, int32_t from_slot, slot_type ft) |
|
void | event::trigger_national_event (sys::state &state, dcon::free_national_event_id e, dcon::nation_id n, uint32_t r_lo, uint32_t r_hi) |
|
void | event::trigger_provincial_event (sys::state &state, dcon::provincial_event_id e, dcon::province_id p, uint32_t r_hi, uint32_t r_lo, int32_t from_slot, slot_type ft) |
|
void | event::trigger_provincial_event (sys::state &state, dcon::free_provincial_event_id e, dcon::province_id p, uint32_t r_hi, uint32_t r_lo) |
|
bool | event::would_be_duplicate_instance (sys::state &state, dcon::national_event_id e, dcon::nation_id n, sys::date date) |
|
void | event::update_future_events (sys::state &state) |
|
void | event::update_events (sys::state &state) |
|
void | event::fire_fixed_event (sys::state &state, std::vector< nations::fixed_event > const &v, int32_t primary_slot, slot_type pt, dcon::nation_id this_slot, int32_t from_slot, slot_type ft) |
|
void | event::fire_fixed_event (sys::state &state, std::vector< nations::fixed_election_event > const &v, int32_t primary_slot, slot_type pt, dcon::nation_id this_slot, int32_t from_slot, slot_type ft) |
|
void | event::fire_fixed_event (sys::state &state, std::vector< nations::fixed_province_event > const &v, dcon::province_id prov, int32_t from_slot, slot_type ft) |
|
dcon::issue_id | event::get_election_event_issue (sys::state &state, dcon::national_event_id e) |
|