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