MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / sGameRecorded

Method sGameRecorded

Source/GameData.cpp:58–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58sGameRecorded::sGameRecorded() {
59 mVersion = DEMO_CURRENT_VERSION;
60 mTick = 0;
61 mTickDisabled = false;
62
63 mSeed[0] = mSeed[1] = mSeed[2] = mSeed[3] = 0;
64 mInputTicks = 0;
65 mEngineTicks = 0;
66 mRecordedPlatform = ePlatform::Any;
67 mParams = std::make_shared<sFodderParameters>();
68}
69
70sGameRecorded::sGameRecorded(const sGameRecorded& other)
71 : mVersion(other.mVersion),

Callers

nothing calls this directly

Calls 2

beginFunction · 0.50
endFunction · 0.50

Tested by

no test coverage detected