19 ::ll::TypedStorage<1, 1, bool> mSnapToTarget;
20 ::ll::TypedStorage<1, 1, bool> mContinueTargeting;
21 ::ll::TypedStorage<4, 4, float> mRotationSpeed;
22 ::ll::TypedStorage<4, 4, float> mTrackingRadius;
23 ::ll::TypedStorage<4, 12, ::std::optional<::Vec2>> mHorizontalRotationLimit;
24 ::ll::TypedStorage<4, 12, ::std::optional<::Vec2>> mVerticalRotationLimit;
30 MCAPI
void setHorizontalRotationLimit(::std::optional<::std::array<float, 2>> opt);
32 MCAPI
void setVerticalRotationLimit(::std::optional<::std::array<float, 2>> opt);
44 MCAPI static ::std::string_view
const& NAME();