LeviLamina
Loading...
Searching...
No Matches
AutomationBehaviorTreeGroup.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI void _removeRef(::BehaviorTreeDefinitionPtr& ref);
31
32 MCAPI ::BehaviorTreeDefinitionPtr tryGetDefinition(::std::string const& defId);
33
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCAPI void $dtor();
41 // NOLINTEND
42};
Definition AutomationBehaviorTreeGroup.h:11
Definition BehaviorTreeDefinitionPtr.h:5
Definition BehaviorTreeDefinition.h:5
Definition Alias.h:14