[Orxonox-commit 4315] r8986 - code/branches/hud/src/orxonox/controllers

mspaling at orxonox.net mspaling at orxonox.net
Wed Dec 14 16:22:57 CET 2011


Author: mspaling
Date: 2011-12-14 16:22:57 +0100 (Wed, 14 Dec 2011)
New Revision: 8986

Modified:
   code/branches/hud/src/orxonox/controllers/NewHumanController.h
Log:
EnemyHealthBar is done! :)

Modified: code/branches/hud/src/orxonox/controllers/NewHumanController.h
===================================================================
--- code/branches/hud/src/orxonox/controllers/NewHumanController.h	2011-12-14 15:02:06 UTC (rev 8985)
+++ code/branches/hud/src/orxonox/controllers/NewHumanController.h	2011-12-14 15:22:57 UTC (rev 8986)
@@ -68,7 +68,10 @@
             virtual void doPauseControl();
             virtual void doResumeControl();
 
+            float getCurrentYaw(){ return this->currentYaw_; }
+            float getCurrentPitch(){ return this->currentPitch_; }
 
+
         protected:
             void updateTarget();
             void alignArrows();




More information about the Orxonox-commit mailing list