LeviLamina
Loading...
Searching...
No Matches
BehaviorTreeDefinitionPtr.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
15 ::ll::TypedStorage<8, 8, ::AutomationBehaviorTreeGroup*> mGroup;
16 ::ll::TypedStorage<8, 8, ::BehaviorTreeDefinition*> mPtr;
17 // NOLINTEND
18
19public:
20 // member functions
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // static variables
27 // NOLINTBEGIN
28 MCAPI static ::BehaviorTreeDefinitionPtr const& NONE();
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCAPI void $dtor();
35 // NOLINTEND
36};
Definition AutomationBehaviorTreeGroup.h:13
Definition BehaviorTreeDefinitionPtr.h:11
Definition BehaviorTreeDefinition.h:10