LeviLamina
Loading...
Searching...
No Matches
SwimWithEntityGoalDefinition.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
8// auto generated forward declare list
9// clang-format off
10namespace SharedTypes::v1_21_120 { struct MobDescriptor; }
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_26_10 {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, float> mSuccessRate;
21 ::ll::TypedStorage<4, 4, float> mChanceToStop;
22 ::ll::TypedStorage<4, 4, float> mIntervalRefreshTime;
23 ::ll::TypedStorage<4, 4, float> mCatchUpThreshold;
24 ::ll::TypedStorage<4, 4, float> mMatchDirectionThreshold;
25 ::ll::TypedStorage<4, 4, float> mCatchUpMultiplier;
26 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
27 ::ll::TypedStorage<4, 4, float> mSearchRange;
28 ::ll::TypedStorage<4, 4, float> mStopDistance;
29 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_21_120::MobDescriptor>> mTargetTypes;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
42 // NOLINTEND
43
44public:
45 // static variables
46 // NOLINTBEGIN
47 MCAPI static ::std::string_view const& NAME();
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCAPI void $dtor();
54 // NOLINTEND
55};
56
57} // namespace SharedTypes::v1_26_10
Definition BaseGoalDefinition.h:12
Definition MobDescriptor.h:15
Definition SwimWithEntityGoalDefinition.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5