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