LeviLamina
Loading...
Searching...
No Matches
TeleportToOwnerGoalDefinition.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_20/filter_groups/FilterGroupData.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_26_10 {
15
16struct TeleportToOwnerGoalDefinition : public ::SharedTypes::BaseGoalDefinition {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 232, ::SharedTypes::v1_21_20::FilterGroupData> mFilters;
21 ::ll::TypedStorage<4, 4, float> mCooldownInSeconds;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 TeleportToOwnerGoalDefinition& operator=(TeleportToOwnerGoalDefinition const&);
27 TeleportToOwnerGoalDefinition(TeleportToOwnerGoalDefinition const&);
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI TeleportToOwnerGoalDefinition();
33
34 MCAPI TeleportToOwnerGoalDefinition(::SharedTypes::v1_26_10::TeleportToOwnerGoalDefinition&&);
35
36 MCAPI ~TeleportToOwnerGoalDefinition();
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
43 // NOLINTEND
44
45public:
46 // static variables
47 // NOLINTBEGIN
48 MCAPI static ::std::string_view const& NAME();
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCAPI void* $ctor();
55
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCFOLD void $dtor();
63 // NOLINTEND
64};
65
66} // namespace SharedTypes::v1_26_10
Definition BaseGoalDefinition.h:12
Definition TeleportToOwnerGoalDefinition.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5