MCPcopy 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
227void sGameRecorded::EnableTicks() {
228 if(mVersion >= 2)
229 mTickDisabled = false;
230}
231
232void sGameRecorded::Tick() {
233 if(!mTickDisabled)

Callers 2

Image_FadeInMethod · 0.80
Image_FadeOutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected