Project Alice
|
#include <commands.hpp>
Public Attributes | |
uint32_t | r_lo = 0 |
uint32_t | r_hi = 0 |
int32_t | from_slot |
sys::date | date |
dcon::provincial_event_id | e |
dcon::province_id | p |
uint8_t | opt_choice |
event::slot_type | ft |
Definition at line 305 of file commands.hpp.
sys::date command::pending_human_p_event_data::date |
Definition at line 309 of file commands.hpp.
dcon::provincial_event_id command::pending_human_p_event_data::e |
Definition at line 310 of file commands.hpp.
int32_t command::pending_human_p_event_data::from_slot |
Definition at line 308 of file commands.hpp.
event::slot_type command::pending_human_p_event_data::ft |
Definition at line 313 of file commands.hpp.
uint8_t command::pending_human_p_event_data::opt_choice |
Definition at line 312 of file commands.hpp.
dcon::province_id command::pending_human_p_event_data::p |
Definition at line 311 of file commands.hpp.
uint32_t command::pending_human_p_event_data::r_hi = 0 |
Definition at line 307 of file commands.hpp.
uint32_t command::pending_human_p_event_data::r_lo = 0 |
Definition at line 306 of file commands.hpp.