Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ EnableTicks
Method
EnableTicks
Source/GameData.cpp:227–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
}
226
227
void sGameRecorded::EnableTicks() {
228
if(mVersion >= 2)
229
mTickDisabled = false;
230
}
231
232
void sGameRecorded::Tick() {
233
if(!mTickDisabled)
Callers
2
Image_FadeIn
Method · 0.80
Image_FadeOut
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected