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/cereal/schema/dynamic/NullType.h"
8#include "mc/deps/shared_types/legacy/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::Legacy {
17
18struct ActorDocument {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 72, ::cereal::DynamicValue> mDescription;
23 ::ll::TypedStorage<8, 56, ::SharedTypes::Legacy::ActorDefinitions> mDefinitions;
24 ::ll::TypedStorage<
25 8,
26 64,
27 ::std::
28 unordered_map<::std::string, ::std::variant<::cereal::NullType, ::SharedTypes::Legacy::ActorDefinitions>>>
29 mDefinitionGroups;
30 ::ll::TypedStorage<8, 72, ::cereal::DynamicValue> mEvents;
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
35 ActorDocument& operator=(ActorDocument const&);
36 ActorDocument(ActorDocument const&);
37 ActorDocument();
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI ActorDocument(::SharedTypes::Legacy::ActorDocument&&);
43
44 MCAPI ~ActorDocument();
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
51 // NOLINTEND
52
53public:
54 // static variables
55 // NOLINTBEGIN
56 MCAPI static ::SemVersionConstant const& VERSION();
57 // NOLINTEND
58
59public:
60 // constructor thunks
61 // NOLINTBEGIN
62 MCAPI void* $ctor(::SharedTypes::Legacy::ActorDocument&&);
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCAPI void $dtor();
69 // NOLINTEND
70};
71
72} // namespace SharedTypes::Legacy
Definition SemVersionConstant.h:8
Definition ActorDocument.h:18
Definition ReflectionCtx.h:11
Definition ctx.h:5