A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
System::TimerManager Class Reference

#include <TimerManager.hh>

Description

Manages the race timer to create lap splits and final times.

Definition at line 93 of file TimerManager.hh.

Public Member Functions

void init ()
 
void calc ()
 
Getters
const TimercurrentTimer () const
 
Setters
void setStarted (bool isSet)
 

Private Attributes

Timer m_currentTimer
 
bool m_started
 
u32 m_frameCounter
 

Constructor & Destructor Documentation

◆ TimerManager()

System::TimerManager::TimerManager ( )
Inlined in 0x805327A0

Definition at line 23 of file TimerManager.cc.

Member Function Documentation

◆ calc()

void System::TimerManager::calc ( )
0x80535904

Definition at line 42 of file TimerManager.cc.

◆ currentTimer()

const Timer & System::TimerManager::currentTimer ( ) const
inlinenodiscard

Definition at line 102 of file TimerManager.hh.

◆ init()

void System::TimerManager::init ( )
0x80535864

Definition at line 31 of file TimerManager.cc.

◆ setStarted()

void System::TimerManager::setStarted ( bool isSet)
inline

Definition at line 108 of file TimerManager.hh.

Member Data Documentation

◆ m_currentTimer

Timer System::TimerManager::m_currentTimer
private

Definition at line 114 of file TimerManager.hh.

◆ m_frameCounter

u32 System::TimerManager::m_frameCounter
private

Definition at line 116 of file TimerManager.hh.

◆ m_started

bool System::TimerManager::m_started
private

Definition at line 115 of file TimerManager.hh.