State entry from the Oracle save state library. More...
#include <oracle_state_library_panel.h>
Public Attributes | |
| std::string | id |
| std::string | label |
| std::string | path |
| std::string | status |
| std::string | md5 |
| std::string | captured_by |
| std::string | verified_by |
| std::string | verified_at |
| std::string | deprecated_reason |
| std::vector< std::string > | tags |
| int | |
| int | room = 0 |
| int | area = 0 |
| bool | indoors = false |
| int | link_x = 0 |
| int | link_y = 0 |
| int | health = 0 |
| int | max_health = 0 |
| int | rupees = 0 |
| std::string | location |
| std::string | summary |
State entry from the Oracle save state library.
Definition at line 17 of file oracle_state_library_panel.h.
| std::string yaze::editor::StateEntry::id |
Definition at line 18 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| std::string yaze::editor::StateEntry::label |
Definition at line 19 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest(), and yaze::editor::OracleStateLibraryPanel::LoadState().
| std::string yaze::editor::StateEntry::path |
Definition at line 20 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| std::string yaze::editor::StateEntry::status |
Definition at line 21 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| std::string yaze::editor::StateEntry::md5 |
Definition at line 22 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| std::string yaze::editor::StateEntry::captured_by |
Definition at line 23 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| std::string yaze::editor::StateEntry::verified_by |
Definition at line 24 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| std::string yaze::editor::StateEntry::verified_at |
Definition at line 25 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| std::string yaze::editor::StateEntry::deprecated_reason |
Definition at line 26 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| std::vector<std::string> yaze::editor::StateEntry::tags |
Definition at line 27 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| yaze::editor::StateEntry::int |
Definition at line 30 of file oracle_state_library_panel.h.
| int yaze::editor::StateEntry::room = 0 |
Definition at line 31 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| int yaze::editor::StateEntry::area = 0 |
Definition at line 32 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| bool yaze::editor::StateEntry::indoors = false |
Definition at line 33 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| int yaze::editor::StateEntry::link_x = 0 |
Definition at line 34 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| int yaze::editor::StateEntry::link_y = 0 |
Definition at line 35 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| int yaze::editor::StateEntry::health = 0 |
Definition at line 36 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| int yaze::editor::StateEntry::max_health = 0 |
Definition at line 37 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| int yaze::editor::StateEntry::rupees = 0 |
Definition at line 38 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| std::string yaze::editor::StateEntry::location |
Definition at line 39 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().
| std::string yaze::editor::StateEntry::summary |
Definition at line 40 of file oracle_state_library_panel.h.
Referenced by yaze::editor::OracleStateLibraryPanel::LoadManifest().