|
Cavestory Mod API
|
Movement prediction information. More...
#include <CaveNet_ExportedTypes.h>
Public Attributes | |
| long long int | last_move_time |
| Last move time. | |
| int | x |
| Last X. | |
| int | y |
| Last Y. | |
| int | xm |
| Last XM. | |
| int | ym |
| Last YM. | |
| int | key |
| Last Key. | |
| int | gameKey |
| Last game key. | |
| int | stage_no |
| Last stage no. | |
| bool | invalid |
| Invalidated frame. | |
Movement prediction information.
A struct for holding information related to movement prediction.