|
OpenEnroth 39d87c6
|
#include <memory>#include <string>#include <vector>#include <array>#include "Application/GameConfig.h"#include "Engine/Evt/EvtProgram.h"#include "Engine/MapEnums.h"#include "Engine/TeleportPoint.h"#include "Engine/mm7_data.h"#include "Engine/Time/Time.h"#include "Utility/Memory/Blob.h"Classes | |
| struct | PersistentVariables |
| class | Engine |
Namespaces | |
| namespace | Io |
Enumerations | |
| enum class | GameState { GAME_STATE_PLAYING = 0 , GAME_FINISHED = 1 , GAME_STATE_CHANGE_LOCATION = 2 , GAME_STATE_LOADING_GAME = 3 , GAME_STATE_NEWGAME_OUT_GAMEMENU = 4 , GAME_STATE_5 = 5 , GAME_STATE_STARTING_NEW_GAME = 6 , GAME_STATE_GAME_QUITTING_TO_MAIN_MENU = 7 , GAME_STATE_PARTY_DIED = 8 , GAME_STATE_FINAL_WINDOW = 9 , GAME_STATE_A = 10 } |
Variables | |
| GameState | uGameState |
| Engine * | engine |
|
strong |
| bool _44100D_should_alter_right_panel | ( | ) |
| void _494035_timed_effects__water_walking_damage__etc | ( | Duration | dt | ) |
| void back_to_game | ( | ) |
| void DoPrepareWorld | ( | bool | bLoading, |
| int | _1_fullscreen_loading_2_box | ||
| ) |
| void FinalInitialization | ( | ) |
| int GetGravityStrength | ( | ) |
| std::string GetReputationString | ( | int | reputation | ) |
| void InitializeTurnBasedAnimations | ( | void * | _this | ) |
| void initLevelStrings | ( | const Blob & | blob | ) |
| void loadMapEventsAndStrings | ( | MapId | mapid | ) |
| void maybeWakeSoloSurvivor | ( | ) |
| void MM6_Initialize | ( | ) |
| void MM7Initialization | ( | ) |
| void PlayButtonClickSound | ( | ) |
| void PrepareWorld | ( | int | _0_box_loading_1_fullscreen | ) |
| void RegeneratePartyHealthMana | ( | ) |
Modify party health or mana based on party or players conditions/buffs.
| void setDecorationSprite | ( | uint16_t | uCog, |
| bool | bHide, | ||
| std::string_view | pFileName | ||
| ) |
| void setFacesBit | ( | int | sCogNumber, |
| FaceAttribute | bit, | ||
| int | on | ||
| ) |
| void setTexture | ( | unsigned int | uFaceCog, |
| std::string_view | pFilename | ||
| ) |
| void TeleportToNWCDungeon | ( | ) |
| Duration timeUntilDawn | ( | ) |
| void Transition_StopSound_Autosave | ( | std::string_view | pMapName, |
| MapStartPoint | point | ||
| ) |
| void updatePartyDeathState | ( | ) |
| void UpdateUserInput_and_MapSpecificStuff | ( | ) |
|
extern |
|
extern |