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
31
32 MCNAPI ::BehaviorTreeDefinitionPtr tryGetDefinition(::std::string const& defId);
33 // NOLINTEND
34};
Definition AutomationBehaviorTreeGroup.h:11
MCAPI void _removeRef(::BehaviorTreeDefinitionPtr &ref)
MCAPI::BehaviorTreeDefinitionPtr tryGetDefinition(::std::string const &defId)
Definition BehaviorTreeDefinitionPtr.h:5
Definition BehaviorTreeDefinition.h:5
Definition Alias.h:14