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/resources/IPackLoadScoped.h"
7#include "mc/util/Factory.h"
8#include "mc/util/json_util/JsonSchemaObjectNode.h"
9
10// auto generated forward declare list
11// clang-format off
13class PackLoadContext;
15namespace JsonUtil { class EmptyClass; }
16// clang-format on
17
18class ActorEventResponseFactory : public ::IPackLoadScoped, public ::Factory<::ActorEventResponse> {
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 // prevent constructor by default
31 ActorEventResponseFactory();
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 virtual ~ActorEventResponseFactory() /*override*/;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI explicit ActorEventResponseFactory(::PackLoadContext const& packLoadContext);
43
44 MCAPI void initSchema();
45
46 MCAPI void initializeFactory(::PackLoadContext const& packLoadContext);
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCAPI void* $ctor(::PackLoadContext const& packLoadContext);
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCAPI void $dtor();
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
static MCAPI void ** $vftable()
Definition ActorEventResponse.h:16
Definition Factory.h:6
Definition EmptyClass.h:7
Definition PackLoadContext.h:20
Definition ActorEventResponseCollection.h:16
Definition IPackLoadScoped.h:5