◆ run()
Initialize the engine and start its main loop.
- Returns
- kNoError on success, otherwise an error code.
Implements Engine.
◆ hasFeature()
Determine whether the engine supports the specified feature.
Reimplemented from Engine.
◆ loadGameState()
Load a game state.
- Parameters
-
| slot | The slot from which a save state should be loaded. |
- Returns
- kNoError on success, otherwise an error code.
Reimplemented from Engine.
◆ canLoadGameStateCurrently()
Indicate whether a game state can be loaded.
- Parameters
-
| msg | Optional pointer to message explaining why it is disabled |
Reimplemented from Engine.
◆ saveGameState()
Save a game state.
- Parameters
-
| slot | The slot into which the save state should be stored. |
| desc | Description for the save state, entered by the user. |
| isAutosave | Expected to be true if an autosave is being created. |
- Returns
- kNoError on success, otherwise an error code.
Reimplemented from Engine.
◆ canSaveGameStateCurrently()
Indicate whether a game state can be saved.
- Parameters
-
| msg | Optional pointer to message explaining why it is disabled |
Reimplemented from Engine.
The documentation for this class was generated from the following file: