Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ Tick
Method
Tick
Source/GameData.cpp:232–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
232
void sGameRecorded::Tick() {
233
if(!mTickDisabled)
234
++mTick;
235
}
236
237
void sGameRecorded::save() {
238
std::lock_guard<std::mutex> lock(mLockMtx);
Callers
1
Interrupt_Redraw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected