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