LeviLamina
Loading...
Searching...
No Matches
ActorDocument.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/schema/dynamic/DynamicValue.h"
7#include "mc/deps/shared_types/v1_21_130/actor/brain/BrainDefinition.h"
8#include "mc/deps/shared_types/v1_26_0/actor/ActorDefinitions.h"
9
10// auto generated forward declare list
11// clang-format off
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16namespace SharedTypes::v1_26_0 {
17
18struct ActorDocument {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 72, ::cereal::DynamicValue> mDescription;
23 ::ll::TypedStorage<8, 136, ::std::optional<::SharedTypes::v1_21_130::Brain::BrainDefinition>> mBrainDefinition;
24 ::ll::TypedStorage<8, 48, ::SharedTypes::v1_26_0::ActorDefinitions> mDefinitions;
25 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::SharedTypes::v1_26_0::ActorDefinitions>>
26 mDefinitionGroups;
27 ::ll::TypedStorage<8, 72, ::cereal::DynamicValue> mEvents;
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 ActorDocument();
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI ActorDocument(::SharedTypes::v1_26_0::ActorDocument&&);
38
39 MCAPI ActorDocument(::SharedTypes::v1_26_0::ActorDocument const&);
40
41 MCFOLD ::SharedTypes::v1_26_0::ActorDocument& operator=(::SharedTypes::v1_26_0::ActorDocument&&);
42
43 MCFOLD ::SharedTypes::v1_26_0::ActorDocument& operator=(::SharedTypes::v1_26_0::ActorDocument const&);
44
45 MCAPI ~ActorDocument();
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
52 // NOLINTEND
53
54public:
55 // static variables
56 // NOLINTBEGIN
57 MCAPI static ::SemVersionConstant const& VERSION();
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63 MCFOLD void* $ctor(::SharedTypes::v1_26_0::ActorDocument&&);
64
65 MCFOLD void* $ctor(::SharedTypes::v1_26_0::ActorDocument const&);
66 // NOLINTEND
67
68public:
69 // destructor thunk
70 // NOLINTBEGIN
71 MCFOLD void $dtor();
72 // NOLINTEND
73};
74
75} // namespace SharedTypes::v1_26_0
Definition SemVersionConstant.h:8
Definition ActorDocument.h:18
Definition ReflectionCtx.h:11
Definition ctx.h:5