LeviLamina
Loading...
Searching...
No Matches
DigGoalDefinition.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/v1_21_120/actor/ActorDefinitionTrigger.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_120 {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, float> mDuration;
21 ::ll::TypedStorage<4, 4, float> mIdleTimeSeconds;
22 ::ll::TypedStorage<1, 1, bool> mAllowDigWhenNamed;
23 ::ll::TypedStorage<1, 1, bool> mVibrationIsDisturbance;
24 ::ll::TypedStorage<1, 1, bool> mSuspicionIsDisturbance;
25 ::ll::TypedStorage<1, 1, bool> mDigsInDaylight;
26 ::ll::TypedStorage<8, 272, ::SharedTypes::v1_21_120::ActorDefinitionTrigger> mOnStartEvent;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI ~DigGoalDefinition();
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
39 // NOLINTEND
40
41public:
42 // static variables
43 // NOLINTBEGIN
44 MCAPI static ::std::string_view const& NAME();
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCFOLD void $dtor();
51 // NOLINTEND
52};
53
54} // namespace SharedTypes::v1_21_120
Definition BaseGoalDefinition.h:12
Definition DigGoalDefinition.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5