VR-Forces 4.1 Class Documentation
followTaskAgent.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 
9 #include "vrfTaskAgent.h"
10 #include <kyruntime.h>
12 
13 namespace BHAVE
14 {
15 
18 {
19 public:
20 
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 ~DtFollowTaskAgent();
31 
33  virtual void Clear();
34 
36  virtual bool Think();
37 
39  virtual bool HasFinished();
40 
42  virtual void onTeleport();
43 
45  virtual Kaim::Body* leaderBody(){return myLeaderBody;}
46 
47 protected:
48 
51  Kaim::Body *myLeaderBody;
52  KyResult myStatus;
54 };
55 
56 } //namespace BHAVE
57 

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)