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 // member functions
16 // NOLINTBEGIN
17#ifdef LL_PLAT_C
18 MCAPI void _initialize(::Experiments const& experiments);
19#endif
20
21 MCAPI void _initializeComponentDefinitions(::Experiments const& experiments);
22
23 MCAPI void _initializePropertyDefinitions(::Experiments const& experiments);
24 // NOLINTEND
25
26public:
27 // vftables
28 // NOLINTBEGIN
29 MCNAPI static void** $vftable();
30 // NOLINTEND
31};
Definition ActorComponentFactory.h:13
static MCAPI void ** $vftable()
Definition Experiments.h:14