Project Alice
|
#include <commands.hpp>
Public Attributes | |
dcon::nation_id | target |
dcon::state_definition_id | cb_state |
dcon::national_identity_id | cb_tag |
dcon::nation_id | cb_secondary_nation |
dcon::war_id | war |
dcon::cb_type_id | cb_type |
Definition at line 338 of file commands.hpp.
dcon::nation_id command::new_war_goal_data::cb_secondary_nation |
Definition at line 342 of file commands.hpp.
dcon::state_definition_id command::new_war_goal_data::cb_state |
Definition at line 340 of file commands.hpp.
dcon::national_identity_id command::new_war_goal_data::cb_tag |
Definition at line 341 of file commands.hpp.
dcon::cb_type_id command::new_war_goal_data::cb_type |
Definition at line 344 of file commands.hpp.
dcon::nation_id command::new_war_goal_data::target |
Definition at line 339 of file commands.hpp.
dcon::war_id command::new_war_goal_data::war |
Definition at line 343 of file commands.hpp.