Botcraft
26.1.2
Loading...
Searching...
No Matches
SimpleBehaviourClient.cpp
Go to the documentation of this file.
1
#include "
botcraft/AI/SimpleBehaviourClient.hpp
"
2
3
namespace
Botcraft
4
{
5
SimpleBehaviourClient::SimpleBehaviourClient
() :
TemplatedBehaviourClient
<
SimpleBehaviourClient
>()
6
{
7
8
}
9
10
SimpleBehaviourClient::~SimpleBehaviourClient
()
11
{
12
13
}
14
}
// namespace Botcraft
SimpleBehaviourClient.hpp
Botcraft::SimpleBehaviourClient
A client you can use if you only want to use behaviour trees and don't need to add any custom Handle ...
Definition
SimpleBehaviourClient.hpp:11
Botcraft::SimpleBehaviourClient::~SimpleBehaviourClient
virtual ~SimpleBehaviourClient()
Definition
SimpleBehaviourClient.cpp:10
Botcraft::SimpleBehaviourClient::SimpleBehaviourClient
SimpleBehaviourClient()
Definition
SimpleBehaviourClient.cpp:5
Botcraft::TemplatedBehaviourClient
The base class you should inherit if you need to implement some custom Handle functions AND need to a...
Definition
TemplatedBehaviourClient.hpp:24
Botcraft
Definition
BaseNode.hpp:6
botcraft
src
AI
SimpleBehaviourClient.cpp
Generated by
1.9.8