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 // virtual functions
16 // NOLINTBEGIN
17 virtual ~ActorComponentFactory() /*override*/ = default;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI void _initializeComponentDefinitions(::Experiments const& experiments);
24
25 MCAPI void _initializePropertyDefinitions(::Experiments const& experiments);
26
27 MCAPI void _initializeTriggerDefinitions(::Experiments const& experiments);
28 // NOLINTEND
29
30public:
31 // vftables
32 // NOLINTBEGIN
33 MCNAPI static void** $vftable();
34 // NOLINTEND
35};
Definition ActorComponentFactory.h:13
static MCAPI void ** $vftable()
Definition Experiments.h:14