LeviLamina
Loading...
Searching...
No Matches
CircleAroundAnchorGoalDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/actor/BaseGoalDefinition.h"
7#include "mc/deps/shared_types/shared_types/FloatRange.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_21_100 {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, float> mRadiusModifier;
21 ::ll::TypedStorage<4, 4, float> mRadiusAdjustmentChance;
22 ::ll::TypedStorage<4, 4, float> mHeightAdjustmentChance;
23 ::ll::TypedStorage<4, 4, float> mGoalRadius;
24 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
25 ::ll::TypedStorage<4, 4, float> mAngleModifier;
26 ::ll::TypedStorage<4, 8, ::SharedTypes::FloatRange> mRadiusBounds;
27 ::ll::TypedStorage<4, 8, ::SharedTypes::FloatRange> mHeightOffsetBounds;
28 ::ll::TypedStorage<4, 8, ::SharedTypes::FloatRange> mAboveTargetBounds;
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
35 // NOLINTEND
36
37public:
38 // static variables
39 // NOLINTBEGIN
40 MCAPI static ::std::string_view const& NAME();
41 // NOLINTEND
42};
43
44} // namespace SharedTypes::v1_21_100
Definition BaseGoalDefinition.h:12
Definition CircleAroundAnchorGoalDefinition.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5