liblcf
|
#include <rpg_savemapinfo.h>
Public Member Functions | |
SaveMapInfo () | |
void | Setup () |
void | Setup (const RPG::Map &map) |
void | Setup (const RPG::MapInfo &map_info) |
void | Fixup (const RPG::Map &map) |
Public Attributes | |
int | position_x |
int | position_y |
int | encounter_rate |
int | chipset_id |
std::vector< SaveMapEvent > | events |
std::vector< uint8_t > | lower_tiles |
std::vector< uint8_t > | upper_tiles |
std::string | parallax_name |
bool | parallax_horz |
bool | parallax_vert |
bool | parallax_horz_auto |
int | parallax_horz_speed |
bool | parallax_vert_auto |
int | parallax_vert_speed |
Definition at line 24 of file rpg_savemapinfo.h.
RPG::SaveMapInfo::SaveMapInfo | ( | ) |
Constructor.
Definition at line 15 of file rpg_savemapinfo.cpp.
References chipset_id, encounter_rate, parallax_horz, parallax_horz_auto, parallax_horz_speed, parallax_name, parallax_vert, parallax_vert_auto, parallax_vert_speed, position_x, and position_y.
void RPG::SaveMapInfo::Fixup | ( | const RPG::Map & | map | ) |
Definition at line 132 of file rpg_fixup.cpp.
References RPG::Map::chipset_id.
void RPG::SaveMapInfo::Setup | ( | ) |
Definition at line 70 of file rpg_setup.cpp.
void RPG::SaveMapInfo::Setup | ( | const RPG::Map & | map | ) |
Definition at line 81 of file rpg_setup.cpp.
References RPG::Map::chipset_id, RPG::Map::parallax_auto_loop_x, RPG::Map::parallax_auto_loop_y, RPG::Map::parallax_loop_x, RPG::Map::parallax_loop_y, RPG::Map::parallax_name, RPG::Map::parallax_sx, and RPG::Map::parallax_sy.
void RPG::SaveMapInfo::Setup | ( | const RPG::MapInfo & | map_info | ) |
Definition at line 92 of file rpg_setup.cpp.
References RPG::MapInfo::encounter_steps.
int RPG::SaveMapInfo::chipset_id |
Definition at line 35 of file rpg_savemapinfo.h.
Referenced by SaveMapInfo().
int RPG::SaveMapInfo::encounter_rate |
Definition at line 34 of file rpg_savemapinfo.h.
Referenced by SaveMapInfo().
std::vector<SaveMapEvent> RPG::SaveMapInfo::events |
Definition at line 36 of file rpg_savemapinfo.h.
std::vector<uint8_t> RPG::SaveMapInfo::lower_tiles |
Definition at line 37 of file rpg_savemapinfo.h.
bool RPG::SaveMapInfo::parallax_horz |
Definition at line 40 of file rpg_savemapinfo.h.
Referenced by SaveMapInfo().
bool RPG::SaveMapInfo::parallax_horz_auto |
Definition at line 42 of file rpg_savemapinfo.h.
Referenced by SaveMapInfo().
int RPG::SaveMapInfo::parallax_horz_speed |
Definition at line 43 of file rpg_savemapinfo.h.
Referenced by SaveMapInfo().
std::string RPG::SaveMapInfo::parallax_name |
Definition at line 39 of file rpg_savemapinfo.h.
Referenced by SaveMapInfo().
bool RPG::SaveMapInfo::parallax_vert |
Definition at line 41 of file rpg_savemapinfo.h.
Referenced by SaveMapInfo().
bool RPG::SaveMapInfo::parallax_vert_auto |
Definition at line 44 of file rpg_savemapinfo.h.
Referenced by SaveMapInfo().
int RPG::SaveMapInfo::parallax_vert_speed |
Definition at line 45 of file rpg_savemapinfo.h.
Referenced by SaveMapInfo().
int RPG::SaveMapInfo::position_x |
Definition at line 32 of file rpg_savemapinfo.h.
Referenced by SaveMapInfo().
int RPG::SaveMapInfo::position_y |
Definition at line 33 of file rpg_savemapinfo.h.
Referenced by SaveMapInfo().
std::vector<uint8_t> RPG::SaveMapInfo::upper_tiles |
Definition at line 38 of file rpg_savemapinfo.h.