add LifeMeter binding in ScreenHowToPlay and ScreenGameplay

remove GetPlayerInfo binding (currently unused)
This commit is contained in:
Chris Danford
2007-05-29 21:19:38 +00:00
parent e968fe542f
commit 92d3778e29
6 changed files with 58 additions and 6 deletions
+7 -1
View File
@@ -19,9 +19,15 @@ public:
virtual void HandleScreenMessage( const ScreenMessage SM );
virtual void DrawPrimitives();
//
// Lua
//
virtual void PushSelf( lua_State *L );
LifeMeterBar *m_pLifeMeterBar;
protected:
virtual void Step();
LifeMeterBar *m_pLifeMeterBar;
PlayerPlus m_Player;
Model *m_pmCharacter;
Model *m_pmDancePad;