VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
bhaveSim
gotoTaskAgent.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include <
bhaveSim/bhaveSimDefines.h
>
9
#include "
vrfTaskAgent.h
"
10
#include <kyruntime.h>
11
12
namespace
BHAVE
13
{
14
15
17
class
DT_DLL_bhaveSim
DtGotoTaskAgent
:
public
DtVrfTaskAgent
18
{
19
public
:
20
21
DtGotoTaskAgent
(
22
DtVrfEntityBot
* bot,
23
const
char
*
task
,
24
const
char
* arg1,
25
const
char
* arg2,
26
const
char
* arg3,
27
const
char
* arg4,
28
const
char
* command);
29
30
virtual
~
DtGotoTaskAgent
();
31
33
virtual
void
Clear();
34
36
virtual
bool
Think();
37
39
virtual
bool
HasFinished();
40
42
virtual
void
onTeleport();
43
44
protected
:
45
46
Kaim::GotoAgent*
myGotoAgent
;
47
KyResult
myStatus
;
48
bool
myFinishedStatus
;
49
unsigned
int
myRetryCount
;
50
};
51
52
}
//namespace BHAVE
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)