24 void Update(
float fDeltaTime)
override;
29 std::string GetCurrentPageName()
const {
return m_asPages[m_iCurrentPage]; }
30 std::vector<std::string> m_asPages;
31 int m_iCurrentPage = 0;
32 bool m_bForcedHidden =
false;
36 std::vector<BitmapText*> m_vptextPages;
37 std::vector<BitmapText*> m_vptextButton;
38 std::vector<BitmapText*> m_vptextFunction;
An actor that holds a Font and draws text to the screen.
Definition BitmapText.h:11