LeviLamina
Loading...
Searching...
No Matches
CompositeDefinition.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/bhave/definition/BehaviorDefinition.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BehaviorFactory
;
11
class
BehaviorTreeDefinitionPtr
;
12
namespace
Json {
class
Value; }
13
// clang-format on
14
15
class
CompositeDefinition
:
public
::BehaviorDefinition
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 24>
mUnke01eb4;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
CompositeDefinition
& operator=(
CompositeDefinition
const
&);
25
CompositeDefinition
(
CompositeDefinition
const
&);
26
CompositeDefinition
();
27
28
public
:
29
// virtual functions
30
// NOLINTBEGIN
31
// vIndex: 0
32
virtual
~CompositeDefinition
()
/*override*/
;
33
// NOLINTEND
34
35
public
:
36
// static functions
37
// NOLINTBEGIN
38
MCAPI
static
void
_compositeLoadChildrenBehaviors(
39
::Json::Value
value,
40
::std::vector<::std::unique_ptr<::BehaviorDefinition>>& childList,
41
::BehaviorFactory
const
& factory,
42
::BehaviorTreeDefinitionPtr
ptr
43
);
44
// NOLINTEND
45
46
public
:
47
// destructor thunk
48
// NOLINTBEGIN
49
MCAPI
void
$dtor();
50
// NOLINTEND
51
};
BehaviorDefinition
Definition
BehaviorDefinition.h:14
BehaviorFactory
Definition
BehaviorFactory.h:13
BehaviorTreeDefinitionPtr
Definition
BehaviorTreeDefinitionPtr.h:5
CompositeDefinition
Definition
CompositeDefinition.h:15
Json::Value
Definition
Value.h:16
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
bhave
definition
CompositeDefinition.h
Generated on Sat Apr 26 2025 05:56:04 for LeviLamina by
1.12.0