MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getFpsCounter

Method getFpsCounter

src/Engine/Game.cpp:387–390  ·  view source on GitHub ↗

* Returns the FpsCounter used by the game. * @return Pointer to the FpsCounter. */

Source from the content-addressed store, hash-verified

385 * @return Pointer to the FpsCounter.
386 */
387FpsCounter *Game::getFpsCounter() const
388{
389 return _fpsCounter;
390}
391
392/**
393 * Pops all the states currently in stack and pushes in the new state.

Callers 11

initMethod · 0.80
setPaletteMethod · 0.80
DebriefingStateMethod · 0.80
BattlescapeStateMethod · 0.80
finishBattleMethod · 0.80
initMethod · 0.80
btnInventoryClickMethod · 0.80
StartStateMethod · 0.80
thinkMethod · 0.80
MainMenuStateMethod · 0.80
GeoscapeStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected