|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
In-game Options menu settings (text speed, battle style, animations). More...
#include <worldgeneral.h>
Public Attributes | |
| int | textSlowness |
| bool | battleStyleSet |
| bool | battleAnimOff |
In-game Options menu settings (text speed, battle style, animations).
A small sub-object of WorldGeneral mirroring the player's chosen options.
Definition at line 29 of file worldgeneral.h.
| bool Options::battleAnimOff |
Definition at line 44 of file worldgeneral.h.
| bool Options::battleStyleSet |
Definition at line 43 of file worldgeneral.h.
| int Options::textSlowness |
Definition at line 42 of file worldgeneral.h.