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
10class BehaviorFactory;
12namespace Json { class Value; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 0
32 virtual ~CompositeDefinition() /*override*/;
33 // NOLINTEND
34
35public:
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,
43 );
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCAPI void $dtor();
50 // NOLINTEND
51};
Definition BehaviorDefinition.h:14
Definition BehaviorFactory.h:13
Definition BehaviorTreeDefinitionPtr.h:5
Definition CompositeDefinition.h:15
Definition Value.h:16
Definition Alias.h:14