LeviLamina
Loading...
Searching...
No Matches
ActorComponentFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/factory/EntityComponentFactoryJson.h"
7
8// auto generated forward declare list
9// clang-format off
10class Experiments;
11// clang-format on
12
13class ActorComponentFactory : public ::EntityComponentFactoryJson {
14public:
15 // prevent constructor by default
16 ActorComponentFactory();
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCAPI explicit ActorComponentFactory(::Experiments const& experiments);
22
23 MCAPI void _initializeComponentDefinitions(::Experiments const&);
24
25 MCAPI void _initializePropertyDefinitions(::Experiments const&);
26
27 MCAPI void _initializeTriggerDefinitions(::Experiments const&);
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
33 MCAPI void* $ctor(::Experiments const& experiments);
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCNAPI static void** $vftable();
40 // NOLINTEND
41};
static MCAPI void ** $vftable()
Definition Experiments.h:14