liblcf
|
#include <rpg_save.h>
Public Member Functions | |
void | Setup () |
Public Attributes | |
SaveTitle | title |
SaveSystem | system |
SaveScreen | screen |
std::vector< SavePicture > | pictures |
SavePartyLocation | party_location |
SaveVehicleLocation | boat_location |
SaveVehicleLocation | ship_location |
SaveVehicleLocation | airship_location |
std::vector< SaveActor > | actors |
SaveInventory | inventory |
std::vector< SaveTarget > | targets |
SaveMapInfo | map_info |
SavePanorama | panorama |
SaveEventExecState | foreground_event_execstate |
std::vector< SaveCommonEvent > | common_events |
SaveEasyRpgData | easyrpg_data |
Definition at line 36 of file rpg_save.h.
void RPG::Save::Setup | ( | ) |
Definition at line 133 of file rpg_setup.cpp.
References Data::actors, Data::system, RPG::SaveVehicleLocation::VehicleType_airship, RPG::SaveVehicleLocation::VehicleType_ship, and RPG::SaveVehicleLocation::VehicleType_skiff.
static TypedField< RPG::Save, std::vector< RPG::SaveActor > > static_actors & RPG::Save::actors |
Definition at line 47 of file rpg_save.h.
Referenced by RPG::operator==().
static TypedField< RPG::Save, RPG::SaveVehicleLocation > static_airship_location & RPG::Save::airship_location |
Definition at line 46 of file rpg_save.h.
Referenced by RPG::operator==().
static TypedField< RPG::Save, RPG::SaveVehicleLocation > static_boat_location & RPG::Save::boat_location |
Definition at line 44 of file rpg_save.h.
Referenced by RPG::operator==().
static TypedField< RPG::Save, std::vector< RPG::SaveCommonEvent > > static_common_events & RPG::Save::common_events |
Definition at line 53 of file rpg_save.h.
Referenced by RPG::operator==().
static TypedField< RPG::Save, RPG::SaveEasyRpgData > static_easyrpg_data & RPG::Save::easyrpg_data |
Definition at line 54 of file rpg_save.h.
Referenced by RPG::operator==(), and LSD_Reader::PrepareSave().
static TypedField< RPG::Save, RPG::SaveEventExecState > static_foreground_event_execstate & RPG::Save::foreground_event_execstate |
Definition at line 52 of file rpg_save.h.
Referenced by RPG::operator==().
static TypedField< RPG::Save, RPG::SaveInventory > static_inventory & RPG::Save::inventory |
Definition at line 48 of file rpg_save.h.
Referenced by RPG::operator==().
static TypedField< RPG::Save, RPG::SaveMapInfo > static_map_info & RPG::Save::map_info |
Definition at line 50 of file rpg_save.h.
Referenced by RPG::operator==().
static TypedField< RPG::Save, RPG::SavePanorama > static_panorama & RPG::Save::panorama |
Definition at line 51 of file rpg_save.h.
Referenced by RPG::operator==().
static TypedField< RPG::Save, RPG::SavePartyLocation > static_party_location & RPG::Save::party_location |
Definition at line 43 of file rpg_save.h.
Referenced by RPG::operator==().
static TypedField< RPG::Save, std::vector< RPG::SavePicture > > static_pictures & RPG::Save::pictures |
Definition at line 42 of file rpg_save.h.
Referenced by RPG::operator==().
static TypedField< RPG::Save, RPG::SaveScreen > static_screen & RPG::Save::screen |
Definition at line 41 of file rpg_save.h.
Referenced by RPG::operator==().
static TypedField< RPG::Save, RPG::SaveVehicleLocation > static_ship_location & RPG::Save::ship_location |
Definition at line 45 of file rpg_save.h.
Referenced by RPG::operator==().
static TypedField< RPG::Save, RPG::SaveSystem > static_system & RPG::Save::system |
Definition at line 40 of file rpg_save.h.
Referenced by LSD_Reader::ClearDefaults(), RPG::operator==(), and LSD_Reader::PrepareSave().
static TypedField< RPG::Save, std::vector< RPG::SaveTarget > > static_targets & RPG::Save::targets |
Definition at line 49 of file rpg_save.h.
Referenced by RPG::operator==().
static TypedField< RPG::Save, RPG::SaveTitle > static_title & RPG::Save::title |
Definition at line 39 of file rpg_save.h.
Referenced by RPG::operator==(), and LSD_Reader::PrepareSave().