|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
One elemental type: its name plus the moves and Pokemon of that type. More...
#include <types.h>
Public Member Functions | |
| TypeDBEntry () | |
| Empty entry. | |
| TypeDBEntry (QJsonValue &data) | |
| Build from a JSON value. | |
Public Attributes | |
| QString | name |
| Internal type name (key). | |
| var8 | ind = 0 |
| Type index/id. | |
| QString | readable |
| Human-readable type name. | |
| QVector< MoveDBEntry * > | toMoves |
| Moves of this type (back-ref). | |
| QVector< PokemonDBEntry * > | toPokemon |
| Pokemon of this type (back-ref). | |
One elemental type: its name plus the moves and Pokemon of that type.
Plain-struct DB entry (public fields). toMoves / toPokemon are back-references filled in when MovesDB / PokemonDB deep-link. See db.md.
| TypeDBEntry::TypeDBEntry | ( | QJsonValue & | data | ) |
| var8 TypeDBEntry::ind = 0 |
| QString TypeDBEntry::name |
| QString TypeDBEntry::readable |
Human-readable type name.
Definition at line 45 of file types.h.
Referenced by PokemonMove::moveType(), and TypeDBEntry().
| QVector<MoveDBEntry*> TypeDBEntry::toMoves |
| QVector<PokemonDBEntry*> TypeDBEntry::toPokemon |