LeviLamina
Loading...
Searching...
No Matches
ActorGoalFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/factory/EntityGoalFactory.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 ActorGoalFactory& operator=(ActorGoalFactory const&);
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI ActorGoalFactory(::cereal::ReflectionCtx& ctx, bool generateDoc);
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCNAPI void* $ctor(::cereal::ReflectionCtx& ctx, bool generateDoc);
37 // NOLINTEND
38};
Definition ActorGoalFactory.h:13
MCAPI ActorGoalFactory(::cereal::ReflectionCtx &ctx, bool generateDoc)
MCAPI void * $ctor(::cereal::ReflectionCtx &ctx, bool generateDoc)
Definition EntityGoalFactory.h:11
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14