LeviLamina
Loading...
Searching...
No Matches
OfferFlowerGoalDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7#include "mc/deps/shared_types/actor/BaseGoalDefinition.h"
8#include "mc/deps/shared_types/v1_21_20/filter_groups/FilterGroupData.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_26_10 {
16
17struct OfferFlowerGoalDefinition : public ::SharedTypes::BaseGoalDefinition {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, float> mMaxOfferFlowerDurationSeconds;
22 ::ll::TypedStorage<4, 4, float> mChanceToStart;
23 ::ll::TypedStorage<8, 232, ::SharedTypes::v1_21_20::FilterGroupData> mFilters;
24 ::ll::TypedStorage<4, 12, ::Vec3> mSearchArea;
25 ::ll::TypedStorage<4, 4, float> mMaxRotationX;
26 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationY;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 OfferFlowerGoalDefinition& operator=(OfferFlowerGoalDefinition const&);
32 OfferFlowerGoalDefinition(OfferFlowerGoalDefinition const&);
33 OfferFlowerGoalDefinition();
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI OfferFlowerGoalDefinition(::SharedTypes::v1_26_10::OfferFlowerGoalDefinition&&);
39
40 MCAPI ~OfferFlowerGoalDefinition();
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
47 // NOLINTEND
48
49public:
50 // static variables
51 // NOLINTBEGIN
52 MCAPI static ::Vec3 const& DEFAULT_SEARCH_AREA();
53
54 MCAPI static ::std::string_view const& NAME();
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
61 // NOLINTEND
62
63public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCFOLD void $dtor();
67 // NOLINTEND
68};
69
70} // namespace SharedTypes::v1_26_10
Definition BaseGoalDefinition.h:12
Definition OfferFlowerGoalDefinition.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5