Public Member Functions | |
| void | Start () |
| void | Stop () |
| void | Pause () |
| void | Unpause () |
| unsigned int | GetTicks () |
| bool | IsStarted () |
| This function returns true if the timer has been started. | |
| bool | IsPaused () |
| This function returns true if the timer is paused. | |
| void IND_Timer::Start | ( | ) |
Operation:
This function initializes the timer. Just after calling this method the timer will start to measure the time.
| void IND_Timer::Stop | ( | ) |
Operation:
This method stops the timer.
| void IND_Timer::Pause | ( | ) |
Operation:
This method pauses the timer.
| void IND_Timer::Unpause | ( | ) |
Operation:
This method unpauses the timer.
| unsigned int IND_Timer::GetTicks | ( | ) |
Operation:
Returns the number of millisecods passed since the last call to IND_Timer::Start() or IND_Timer::Init()
1.5.4