Cavestory Mod API
Public Attributes | List of all members
CaveNet::DataStructures::NetPlayerPredictionInfo Struct Reference

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.
 

Detailed Description

Movement prediction information.

A struct for holding information related to movement prediction.


The documentation for this struct was generated from the following file: