9struct MovementCorrection {
13 ::ll::TypedStorage<1, 1, ::CorrectionMethod> mMethod;
14 ::ll::TypedStorage<4, 12, ::Vec3> mAcceptPosition;
15 ::ll::TypedStorage<1, 1, uchar> mNewDivergenceCounter;
25 MCAPI MovementCorrection(::CorrectionMethod method,
::Vec3 const& acceptPosition);
31 MCAPI
void* $ctor(::CorrectionMethod method,
::Vec3 const& acceptPosition);