|
Cavestory Mod API
|
Holds a game demo's state. More...
#include <GameDemo.h>
Public Attributes | |
| PXDEMO_DEMOINFO_STRUCT | mInfo |
| The game details. | |
| PXDEMO_PLAYER_CHUNK | mPlayers |
| Players. | |
| PXDEMO_FRAME_CHUNK | mFrames |
| Frames. | |
| GAME_DEMO_STATE * | mNext |
| Next demo state. | |
| int | mChecksum |
| The checksum of this gamedemo. | |
Static Public Attributes | |
| static GAME_DEMO_STATE * | first |
| First demo state. | |
Holds a game demo's state.