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