Public Member Functions | |
const Point & | GetLastPos () const |
float | GetStepLength () const |
float | GetPixelUnitFraction () const |
void | SetPixelUnitFraction (float frac) |
void | ReadFromSavegame_Legacy (Shared::Stream *in) |
AGS::Engine::HSaveError | ReadFromSavegame (Shared::Stream *in, int32_t cmp_ver) |
void | WriteToSavegame (Shared::Stream *out) const |
Public Attributes | |
int | numstage = 0 |
Point | pos [256] |
fixed | xpermove [256] {} |
fixed | ypermove [256] {} |
int | onstage = 0 |
Point | from |
float | onpart = 0.f |
uint8_t | doneflag = 0u |
uint8_t | direct = 0 |
fixed | fin_move = 0 |
float | fin_from_part = 0.f |