Project Alice
|
#include <commands.hpp>
Public Attributes | |
uint32_t | r_lo = 0 |
uint32_t | r_hi = 0 |
int32_t | primary_slot |
int32_t | from_slot |
sys::date | date |
dcon::national_event_id | e |
uint8_t | opt_choice |
event::slot_type | pt |
event::slot_type | ft |
Definition at line 287 of file commands.hpp.
sys::date command::pending_human_n_event_data::date |
Definition at line 292 of file commands.hpp.
dcon::national_event_id command::pending_human_n_event_data::e |
Definition at line 293 of file commands.hpp.
int32_t command::pending_human_n_event_data::from_slot |
Definition at line 291 of file commands.hpp.
event::slot_type command::pending_human_n_event_data::ft |
Definition at line 296 of file commands.hpp.
uint8_t command::pending_human_n_event_data::opt_choice |
Definition at line 294 of file commands.hpp.
int32_t command::pending_human_n_event_data::primary_slot |
Definition at line 290 of file commands.hpp.
event::slot_type command::pending_human_n_event_data::pt |
Definition at line 295 of file commands.hpp.
uint32_t command::pending_human_n_event_data::r_hi = 0 |
Definition at line 289 of file commands.hpp.
uint32_t command::pending_human_n_event_data::r_lo = 0 |
Definition at line 288 of file commands.hpp.