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_90/actor/ActorDefinitions.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_21_90 {
16
17struct ActorDocument {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 72, ::cereal::DynamicValue> mDescription;
22 ::ll::TypedStorage<8, 56, ::SharedTypes::v1_21_90::ActorDefinitions> mDefinitions;
23 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::SharedTypes::v1_21_90::ActorDefinitions>>
24 mDefinitionGroups;
25 ::ll::TypedStorage<8, 72, ::cereal::DynamicValue> mEvents;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 ActorDocument& operator=(ActorDocument const&);
31 ActorDocument(ActorDocument const&);
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI ActorDocument();
37
38 MCAPI ActorDocument(::SharedTypes::v1_21_90::ActorDocument&&);
39
40 MCAPI ~ActorDocument();
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
47 // NOLINTEND
48
49public:
50 // static variables
51 // NOLINTBEGIN
52 MCAPI static ::SemVersionConstant const& VERSION();
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58 MCFOLD void* $ctor();
59
60 MCFOLD void* $ctor(::SharedTypes::v1_21_90::ActorDocument&&);
61 // NOLINTEND
62
63public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCFOLD void $dtor();
67 // NOLINTEND
68};
69
70} // namespace SharedTypes::v1_21_90
Definition SemVersionConstant.h:8
Definition ActorDocument.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5