|
OpenEnroth 39d87c6
|
#include <EventTrace.h>
Public Attributes | |
| int | saveFileSize = -1 |
| ConfigPatch | config |
| EventTraceGameState | startState |
| EventTraceGameState | endState |
| int | afterLoadRandomState = -1 |
| int EventTraceHeader::afterLoadRandomState = -1 |
Random state after loading the save file associated with the trace, as returned by grng->peek(1024).
| ConfigPatch EventTraceHeader::config |
Config diff relative to the default config. Applied before loading the save associated with the trace.
| EventTraceGameState EventTraceHeader::endState |
Game state at the end of the trace.
| int EventTraceHeader::saveFileSize = -1 |
Size of the save file associated with the trace.
| EventTraceGameState EventTraceHeader::startState |
Game state at the start of the trace, right after the save is loaded.