|
| GameSetupStructBase (GameSetupStructBase &&gss)=default |
|
GameSetupStructBase & | operator= (GameSetupStructBase &&gss)=default |
|
void | Free () |
|
void | SetDefaultResolution (GameResolutionType type) |
|
void | SetDefaultResolution (Size game_res) |
|
void | SetGameResolution (GameResolutionType type) |
|
void | SetGameResolution (Size game_res) |
|
void | ReadFromFile (Shared::Stream *in, GameDataVersion game_ver, SerializeInfo &info) |
|
void | WriteToFile (Shared::Stream *out, const SerializeInfo &info) const |
|
GameResolutionType | GetResolutionType () const |
|
const Size & | GetGameRes () const |
|
const Size & | GetDefaultRes () const |
|
const Size & | GetDataRes () const |
|
int | GetDataUpscaleMult () const |
|
int | GetRelativeUIMult () const |
|
int | GetScreenUpscaleMult () const |
|
bool | AllowRelativeRes () const |
|
bool | IsLegacyHiRes () const |
|
bool | IsDataInNativeCoordinates () const |
|
bool | IsLegacyLetterbox () const |
|
const Size & | GetLetterboxSize () const |
|
bool | IsLegacyAudioSystem () const |
|
AGS::Shared::String | GetAudioVOXName () const |
|
|
Shared::String | gamename |
|
int32_t | options [MAX_OPTIONS] |
|
uint8_t | paluses [256] |
|
RGB | defpal [256] |
|
int | numviews |
|
int | numcharacters |
|
int | playercharacter |
|
int | totalscore |
|
int | numinvitems |
|
int | numdialog |
|
int | numdlgmessage |
|
int | numfonts |
|
int | color_depth |
|
int | target_win |
|
int | dialog_bullet |
|
int | hotdot |
|
int | hotdotouter |
|
int | uniqueid |
|
int | numgui |
|
int | numcursors |
|
int | default_lipsync_frame |
|
int | invhotdotsprite |
|
int32_t | reserved [NUM_INTS_RESERVED] |
|
String | messages [MAXGLOBALMES] |
|
std::unique_ptr< WordsDictionary > | dict |
|
std::vector< CharacterInfo > | chars |
|
std::vector< CharacterInfo2 > | chars2 |
|
|
static const int | LEGACY_GAME_NAME_LENGTH = 50 |
|
static const int | MAX_OPTIONS = 100 |
|
static const int | NUM_INTS_RESERVED = 16 |
|
The documentation for this struct was generated from the following file: