MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Init

Method Init

TombEngine/Game/savegame.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 putDataInVec(UnionType, vecOffset);
248
249void SaveGame::Init(const std::string& gameDirectory)
250{
251 FullSaveDirectory = gameDirectory + SAVEGAME_PATH;
252}
253
254const std::vector<byte> SaveGame::Build()
255{

Callers 4

CallPauseMethod · 0.45
CallInventoryMethod · 0.45
DoGameLoopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected