49 const int MAXDTLINE = 4;
60 bool EventProcess(
const Event &event);
62 void DisplayError(
Error err,
CObject* pObj,
float time=10.0f);
63 void DisplayError(
Error err,
Math::Vector goal,
float height=15.0f,
float dist=60.0f,
float time=10.0f);
64 void DisplayText(
const char *text,
CObject* pObj,
float time=10.0f, TextType type=TT_INFO);
65 void DisplayText(
const char *text,
Math::Vector goal,
float height=15.0f,
float dist=60.0f,
float time=10.0f, TextType type=TT_INFO);
66 void HideText(
bool bHide);
69 void SetDelay(
float factor);
70 void SetEnable(
bool bEnable);
76 float GetIdealDist(
CObject* pObj);
77 float GetIdealHeight(
CObject* pObj);
91 bool m_bExist[MAXDTLINE];
92 float m_time[MAXDTLINE];
94 float m_visitDist[MAXDTLINE];
95 float m_visitHeight[MAXDTLINE];