LeviLamina
Loading...
Searching...
No Matches
FindMountGoalDefinition.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 cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_26_20 {
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, float> mWithin;
20 ::ll::TypedStorage<4, 4, int> mStartDelay;
21 ::ll::TypedStorage<1, 1, bool> mAvoidWater;
22 ::ll::TypedStorage<1, 1, bool> mTargetNeeded;
23 ::ll::TypedStorage<4, 4, float> mMountDistance;
24 ::ll::TypedStorage<4, 4, int> mMaxFailedAttempts;
25 // NOLINTEND
26
27public:
28 // static functions
29 // NOLINTBEGIN
30 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
31 // NOLINTEND
32
33public:
34 // static variables
35 // NOLINTBEGIN
36 MCAPI static ::std::string_view const& NAME();
37 // NOLINTEND
38};
39
40} // namespace SharedTypes::v1_26_20
Definition BaseGoalDefinition.h:12
Definition FindMountGoalDefinition.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5