MCPcopy Create free account
hub / github.com/bwapi/bwapi / getReplayFrameCount

Method getReplayFrameCount

bwapi/BWAPI/Source/BWAPI/GameImpl.cpp:130–133  ·  view source on GitHub ↗

--------------------------------------------- GET REPLAY FRAME COUNT -------------------------------------

Source from the content-addressed store, hash-verified

128 }
129 //--------------------------------------------- GET REPLAY FRAME COUNT -------------------------------------
130 int GameImpl::getReplayFrameCount() const
131 {
132 return BW::BWDATA::ReplayHead.frameCount;
133 }
134 //------------------------------------------------ GET FPS -------------------------------------------------
135 int GameImpl::getFPS() const
136 {

Callers 1

updateSharedMemoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected