29 #ifndef _PacmanGhost_H__ 30 #define _PacmanGhost_H__ 47 virtual void tick(
float dt);
49 void move(
float dt, Vector3 actuelposition, Vector3 velocity);
56 bool findpos(Vector3 one, Vector3 other);
57 void changemovability();
58 bool dontmove =
false;
62 Vector3 resetposition = Vector3(0,10,15);
67 bool ismoving =
false;
70 bool lockmove =
false;
72 void setnewTarget(
int firstdec);
73 void setnewTarget(
int firstdec,
int seconddec);
74 void setnewTarget(
int firstdec,
int seconddec,
int thirddec);
75 void setnewTarget(
int firstdec,
int seconddec,
int thirddec,
int fourthdec);
Vector3 actuelposition
Definition: PacmanGhost.h:66
Declaration of the XMLPort helper classes and macros.
xmlelement
Definition: Super.h:519
Definition: PacmanGhost.h:40
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Mode
Definition: CorePrereqs.h:102
Vector3 velocity
Definition: PacmanGhost.h:63
Shared library macros, enums, constants and forward declarations for the orxonox library ...
#define _OrxonoxExport
Definition: OrxonoxPrereqs.h:60
The ControllableEntity is derived from the orxonox::MobileEntity.
Definition: ControllableEntity.h:48