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

#include <effect_parsing.hpp>

Public Member Functions

void country (association_type t, std::string_view value, error_handler &err, int32_t line, effect_building_context &context)
 
void casus_belli (association_type t, std::string_view value, error_handler &err, int32_t line, effect_building_context &context)
 
void state_province_id (association_type t, int32_t value, error_handler &err, int32_t line, effect_building_context &context)
 
void finish (effect_building_context &)
 

Public Attributes

dcon::cb_type_id casus_belli_
 
dcon::national_identity_id country_
 
bool target_country_is_this = false
 
bool target_country_is_from = false
 
dcon::province_id state_province_id_
 
bool special_end_wargoal = false
 
bool special_call_ally_wargoal = false
 

Detailed Description

Definition at line 197 of file effect_parsing.hpp.

Member Function Documentation

◆ casus_belli()

void parsers::ef_wargoal::casus_belli ( association_type  t,
std::string_view  value,
error_handler err,
int32_t  line,
effect_building_context context 
)
inline

Definition at line 224 of file effect_parsing.hpp.

Here is the call graph for this function:

◆ country()

void parsers::ef_wargoal::country ( association_type  t,
std::string_view  value,
error_handler err,
int32_t  line,
effect_building_context context 
)
inline

Definition at line 206 of file effect_parsing.hpp.

Here is the call graph for this function:

◆ finish()

void parsers::ef_wargoal::finish ( effect_building_context )
inline

Definition at line 245 of file effect_parsing.hpp.

◆ state_province_id()

void parsers::ef_wargoal::state_province_id ( association_type  t,
int32_t  value,
error_handler err,
int32_t  line,
effect_building_context context 
)
inline

Definition at line 237 of file effect_parsing.hpp.

Member Data Documentation

◆ casus_belli_

dcon::cb_type_id parsers::ef_wargoal::casus_belli_

Definition at line 198 of file effect_parsing.hpp.

◆ country_

dcon::national_identity_id parsers::ef_wargoal::country_

Definition at line 199 of file effect_parsing.hpp.

◆ special_call_ally_wargoal

bool parsers::ef_wargoal::special_call_ally_wargoal = false

Definition at line 204 of file effect_parsing.hpp.

◆ special_end_wargoal

bool parsers::ef_wargoal::special_end_wargoal = false

Definition at line 203 of file effect_parsing.hpp.

◆ state_province_id_

dcon::province_id parsers::ef_wargoal::state_province_id_

Definition at line 202 of file effect_parsing.hpp.

◆ target_country_is_from

bool parsers::ef_wargoal::target_country_is_from = false

Definition at line 201 of file effect_parsing.hpp.

◆ target_country_is_this

bool parsers::ef_wargoal::target_country_is_this = false

Definition at line 200 of file effect_parsing.hpp.


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