|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
The five battle stats, in their save/index order, exposed to QML. More...
#include <pokemonbox.h>
Public Types | |
| enum | PokemonStats_ : var8 { Attack = 0 , Defense , Speed , Special , HP } |
The five battle stats, in their save/index order, exposed to QML.
QObject only so the PokemonStats_ enum is QML-visible (registered creatable in bootQmlLinkage). Order matches the game's stat layout.
Definition at line 42 of file pokemonbox.h.
| enum PokemonStats::PokemonStats_ : var8 |
| Enumerator | |
|---|---|
| Attack | Physical attack. |
| Defense | Physical defense. |
| Speed | Speed. |
| Special | Special (single stat in Gen 1). |
| HP | Hit points. |
Definition at line 48 of file pokemonbox.h.