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
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 // virtual functions
31 // NOLINTBEGIN
32 virtual ~ActorEventResponseFactory() /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI void initSchema();
39
40 MCAPI void initializeFactory(::IPackLoadContext const& packLoadContext);
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCAPI void $dtor();
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
Definition ActorEventResponseFactory.h:18
static MCAPI void ** $vftable()
Definition ActorEventResponse.h:16
Definition Factory.h:6
Definition IPackLoadContext.h:20
Definition EmptyClass.h:7
Definition ActorEventResponseCollection.h:10
Definition IPackLoadScoped.h:5