LeviLamina
Loading...
Searching...
No Matches
LookAtEntityMemoryGoalDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec2.h"
7#include "mc/deps/shared_types/actor/BaseGoalDefinition.h"
8#include "mc/deps/shared_types/shared_types/FloatRange.h"
9#include "mc/deps/shared_types/v1_21_130/actor/brain/MemoryIdentifierDefinition.h"
10
11// auto generated forward declare list
12// clang-format off
13namespace SharedTypes::Brain { struct EntityRefMemory; }
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17namespace SharedTypes::v1_26_10::Brain {
18
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<4, 4, float> mLookDistance;
24 ::ll::TypedStorage<4, 8, ::Vec2> mLookAngle;
25 ::ll::TypedStorage<4, 12, ::std::variant<float, ::SharedTypes::FloatRange>> mLookTimeSeconds;
26 ::ll::TypedStorage<4, 4, float> mProbability;
27 ::ll::TypedStorage<
28 8,
29 48,
31 mTargetEntityMemory;
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
38 // NOLINTEND
39
40public:
41 // static variables
42 // NOLINTBEGIN
43 MCAPI static ::std::string_view const& NAME();
44 // NOLINTEND
45};
46
47} // namespace SharedTypes::v1_26_10::Brain
Definition BaseGoalDefinition.h:12
Definition EntityRefMemory.h:7
Definition MemoryIdentifierDefinition.h:8
Definition LookAtEntityMemoryGoalDefinition.h:19
Definition ReflectionCtx.h:11
Definition ctx.h:5