14 enum class DoVehicleTicks : uchar {
16 MoveAndRotationFreeCameraControlled = 1,
17 VerticalMovementAction = 2,
26 ::ll::TypedStorage<1, 1, bool> mWASDControlled;
27 ::ll::TypedStorage<1, 1, bool> mControlledByPlayer;
28 ::ll::TypedStorage<1, 1, bool> mIsClientPredicted;
29 ::ll::TypedStorage<1, 1, bool> mUsePaddleForce;
30 ::ll::TypedStorage<4, 4, int> mJumpAmount;
31 ::ll::TypedStorage<4, 8, ::Vec2> mRotation;
32 ::ll::TypedStorage<4, 12, ::Vec3> mLocalMovementVelocity;
33 ::ll::TypedStorage<4, 8, ::std::array<float, 2>> mPaddleForces;
34 ::ll::TypedStorage<1, 2, ::std::array<bool, 2>> mIsPaddling;
35 ::ll::TypedStorage<1, 1, ::brstd::bitset<3, uchar>> mDoControllers;
36 ::ll::TypedStorage<8, 16, ::StrictActorIDEntityContextPair> mControllingEntity;
37 ::ll::TypedStorage<8, 8, uint64> mCurrentTick;