VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)