Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
Loading...
Searching...
No Matches
Options Class Reference

In-game Options menu settings (text speed, battle style, animations). More...

#include <worldgeneral.h>

Inheritance diagram for Options:
Collaboration diagram for Options:

Public Attributes

int textSlowness
bool battleStyleSet
bool battleAnimOff

Detailed Description

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.

Member Data Documentation

◆ battleAnimOff

bool Options::battleAnimOff
See also
battleAnimOff property.

Definition at line 44 of file worldgeneral.h.

◆ battleStyleSet

bool Options::battleStyleSet
See also
battleStyleSet property.

Definition at line 43 of file worldgeneral.h.

◆ textSlowness

int Options::textSlowness
See also
textSlowness property.

Definition at line 42 of file worldgeneral.h.


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