LeviLamina
Loading...
Searching...
No Matches
ActorEventResponseFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/json_utils/JsonSchemaObjectNode.h"
7#include "mc/resources/IPackLoadScoped.h"
8#include "mc/util/Factory.h"
9
10// auto generated forward declare list
11// clang-format off
15namespace JsonUtil { class EmptyClass; }
16// clang-format on
17
18class ActorEventResponseFactory : public ::Factory<::ActorEventResponse>, public ::IPackLoadScoped {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<
23 8,
24 16,
25 ::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection>>>
26 mSchema;
27 // NOLINTEND
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual ~ActorEventResponseFactory() /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI void initSchema();
40
41 MCAPI void initializeFactory(::IPackLoadContext const& packLoadContext);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCAPI void $dtor();
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCAPI static void** $vftable();
54 // NOLINTEND
55};
Definition ActorEventResponseFactory.h:18
Definition ActorEventResponse.h:16
Definition Factory.h:6
Definition IPackLoadContext.h:17
Definition ActorEventResponseCollection.h:10
Definition IPackLoadScoped.h:5