![]() |
DDraceNetwork Documentation
|
#include <ghost.h>
Public Member Functions | |
| virtual | ~IGhostRecorder ()=default |
| virtual int | Start (const char *pFilename, const char *pMap, const SHA256_DIGEST &MapSha256, const char *pName)=0 |
| virtual void | Stop (int Ticks, int Time)=0 |
| virtual void | WriteData (int Type, const void *pData, size_t Size)=0 |
| virtual bool | IsRecording () const =0 |
Public Member Functions inherited from IInterface | |
| IInterface () | |
| virtual void | Shutdown () |
| virtual | ~IInterface ()=default |
Static Public Member Functions | |
| static const char * | InterfaceName () |
Additional Inherited Members | |
Protected Member Functions inherited from IInterface | |
| IKernel * | Kernel () |
|
virtualdefault |
Implemented in CGhostRecorder.
|
pure virtual |
Implemented in CGhostRecorder.
Implemented in CGhostRecorder.
Implemented in CGhostRecorder.