Pyrogenesis
13997
|
Implementation of IReplayLogger that simply throws away all data. More...
#include <Replay.h>
Public Member Functions | |
virtual void | StartGame (const CScriptValRooted &attribs) |
Started the game with the given game attributes. More... | |
virtual void | Turn (u32 n, u32 turnLength, const std::vector< SimulationCommand > &commands) |
Run the given turn with the given collection of player commands. More... | |
virtual void | Hash (const std::string &hash, bool quick) |
Optional hash of simulation state (for sync checking). More... | |
![]() | |
IReplayLogger () | |
virtual | ~IReplayLogger () |
Implementation of IReplayLogger that simply throws away all data.
|
inlinevirtual |
Optional hash of simulation state (for sync checking).
Implements IReplayLogger.
|
inlinevirtual |
Started the game with the given game attributes.
Implements IReplayLogger.
|
inlinevirtual |
Run the given turn with the given collection of player commands.
Implements IReplayLogger.