#include <statboard.h>
◆ CStatboard()
CStatboard::CStatboard |
( |
| ) |
|
◆ AutoStatCSV()
void CStatboard::AutoStatCSV |
( |
| ) |
|
|
private |
◆ AutoStatScreenshot()
void CStatboard::AutoStatScreenshot |
( |
| ) |
|
|
private |
◆ ConKeyStats()
◆ FormatStats()
void CStatboard::FormatStats |
( |
char * |
pDest, |
|
|
size_t |
DestSize |
|
) |
| |
|
private |
◆ IsActive()
bool CStatboard::IsActive |
( |
| ) |
const |
◆ OnConsoleInit()
void CStatboard::OnConsoleInit |
( |
| ) |
|
|
overridevirtual |
Called to let the components register their console commands.
Reimplemented from CComponent.
◆ OnMessage()
void CStatboard::OnMessage |
( |
int |
Msg, |
|
|
void * |
pRawMsg |
|
) |
| |
|
overridevirtual |
◆ OnRelease()
void CStatboard::OnRelease |
( |
| ) |
|
|
overridevirtual |
Called when the input gets released, for example when a text box loses focus.
Reimplemented from CComponent.
◆ OnRender()
void CStatboard::OnRender |
( |
| ) |
|
|
overridevirtual |
Called when the component should get rendered.
The render order depends on the component insertion order.
Reimplemented from CComponent.
◆ OnReset()
void CStatboard::OnReset |
( |
| ) |
|
|
overridevirtual |
Called to reset the component. This method is usually called on your component constructor to avoid code duplication.
- See also
- CHud::CHud()
-
CHud::OnReset()
Reimplemented from CComponent.
◆ RenderGlobalStats()
void CStatboard::RenderGlobalStats |
( |
| ) |
|
|
private |
◆ ReplaceCommata()
std::string CStatboard::ReplaceCommata |
( |
char * |
pStr | ) |
|
|
private |
◆ Sizeof()
virtual int CStatboard::Sizeof |
( |
| ) |
const |
|
inlineoverridevirtual |
Gets the size of the non-abstract component.
Implements CComponent.
◆ m_Active
bool CStatboard::m_Active |
|
private |
◆ m_ScreenshotTaken
bool CStatboard::m_ScreenshotTaken |
|
private |
◆ m_ScreenshotTime
int64_t CStatboard::m_ScreenshotTime |
|
private |
The documentation for this class was generated from the following files: