yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::StateEntry Struct Reference

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
 

Detailed Description

State entry from the Oracle save state library.

Definition at line 17 of file oracle_state_library_panel.h.

Member Data Documentation

◆ id

std::string yaze::editor::StateEntry::id

◆ label

std::string yaze::editor::StateEntry::label

◆ path

std::string yaze::editor::StateEntry::path

◆ status

std::string yaze::editor::StateEntry::status

◆ md5

std::string yaze::editor::StateEntry::md5

◆ captured_by

std::string yaze::editor::StateEntry::captured_by

◆ verified_by

std::string yaze::editor::StateEntry::verified_by

◆ verified_at

std::string yaze::editor::StateEntry::verified_at

◆ deprecated_reason

std::string yaze::editor::StateEntry::deprecated_reason

◆ tags

std::vector<std::string> yaze::editor::StateEntry::tags

◆ int

yaze::editor::StateEntry::int

Definition at line 30 of file oracle_state_library_panel.h.

◆ room

int yaze::editor::StateEntry::room = 0

◆ area

int yaze::editor::StateEntry::area = 0

◆ indoors

bool yaze::editor::StateEntry::indoors = false

◆ link_x

int yaze::editor::StateEntry::link_x = 0

◆ link_y

int yaze::editor::StateEntry::link_y = 0

◆ health

int yaze::editor::StateEntry::health = 0

◆ max_health

int yaze::editor::StateEntry::max_health = 0

◆ rupees

int yaze::editor::StateEntry::rupees = 0

◆ location

std::string yaze::editor::StateEntry::location

◆ summary

std::string yaze::editor::StateEntry::summary

The documentation for this struct was generated from the following file: