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
16struct DigGoalDefinition : public ::SharedTypes::BaseGoalDefinition {
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, 368, ::SharedTypes::v1_21_120::ActorDefinitionTrigger> mOnStartEvent;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 DigGoalDefinition& operator=(DigGoalDefinition const&);
32 DigGoalDefinition(DigGoalDefinition const&);
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI DigGoalDefinition();
38
39 MCAPI ::SharedTypes::v1_21_120::DigGoalDefinition& operator=(::SharedTypes::v1_21_120::DigGoalDefinition&&);
40
41 MCAPI ~DigGoalDefinition();
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
48 // NOLINTEND
49
50public:
51 // static variables
52 // NOLINTBEGIN
53 MCAPI static ::std::string_view const& NAME();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCAPI void* $ctor();
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCAPI void $dtor();
66 // NOLINTEND
67};
68
69} // namespace SharedTypes::v1_21_120
Definition BaseGoalDefinition.h:12
Definition DigGoalDefinition.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5