LeviLamina
Loading...
Searching...
No Matches
MemoryDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7#include "mc/deps/shared_types/v1_21_130/actor/brain/MemoryType.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_130::Brain {
15
16struct MemoryDefinition {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 48, ::HashedString> mName;
21 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_21_130::Brain::MemoryType::Value> mType;
22 ::ll::TypedStorage<1, 1, bool> mPersists;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 MemoryDefinition& operator=(MemoryDefinition const&);
28 MemoryDefinition();
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI MemoryDefinition(::SharedTypes::v1_21_130::Brain::MemoryDefinition const&);
34
35 MCAPI ~MemoryDefinition();
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
42 // NOLINTEND
43
44public:
45 // static variables
46 // NOLINTBEGIN
47 MCAPI static ::std::string_view const& MEMORY_NAME();
48
49 MCAPI static ::std::string_view const& MEMORY_PERSISTENCE();
50
51 MCAPI static ::std::string_view const& MEMORY_TYPE();
52
53 MCAPI static ::std::string_view const& NAME();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCFOLD void $dtor();
66 // NOLINTEND
67};
68
69} // namespace SharedTypes::v1_21_130::Brain
Definition MemoryDefinition.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5