#include <MenuTimer.h>
Inheritance diagram for MenuTimer:
Public Member Functions | |
MenuTimer () | |
virtual void | Update (float fDeltaTime) |
void | SetSeconds (int iTimerSeconds) |
void | Start () |
void | Pause () |
void | Stop () |
void | Disable () |
void | Stall () |
void | EnableStealth (bool bStealth) |
Protected Member Functions | |
void | SetText (int iSeconds) |
Protected Attributes | |
float | m_fSecondsLeft |
float | m_fStallSeconds |
float | m_fStallSecondsLeft |
bool | m_bPaused |
BitmapText | m_textDigit1 |
BitmapText | m_textDigit2 |
RageSound | m_soundBeep |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from ActorFrame. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|