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

Method OpenMem

source/common/engine/sc_man.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167//==========================================================================
168
169void FScanner::OpenMem (const char *name, const char *buffer, int size)
170{
171 OpenString(name, FString(buffer, size));
172}
173
174//==========================================================================
175//

Callers 7

ParseGrpInfoFunction · 0.45
ParseGameInfoFunction · 0.45
SettingsPageMethod · 0.45
ReadPaletteFunction · 0.45
LoadLanguageMethod · 0.45
AddToTranslationMethod · 0.45
ParseDefinitionMethod · 0.45

Calls 2

OpenStringFunction · 0.85
FStringClass · 0.50

Tested by

no test coverage detected