MCPcopy Create free account
hub / github.com/ZDoom/Raze / PerformSaveGame

Method PerformSaveGame

source/core/menu/loadsavemenu.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void FSavegameManager::PerformSaveGame(const char *f, const char *s)
114{
115 G_SaveGame(f, s);
116}
117
118FString FSavegameManager::BuildSaveName(const char* fn, int slot)
119{

Callers

nothing calls this directly

Calls 1

G_SaveGameFunction · 0.85

Tested by

no test coverage detected