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

Method OpenString

source/common/engine/sc_man.cpp:182–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180//==========================================================================
181
182void FScanner::OpenString (const char *name, FString buffer)
183{
184 Close ();
185 ScriptBuffer = buffer;
186 ScriptName = name;
187 LumpNum = -1;
188 PrepareScript ();
189}
190
191//==========================================================================
192//

Callers 2

OpenStringFunction · 0.80
LoadMethod · 0.80

Calls 1

CloseFunction · 0.50

Tested by

no test coverage detected