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

Method MustGetString

source/common/engine/sc_man.cpp:476–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474//==========================================================================
475
476void FScanner::MustGetString (void)
477{
478 if (FScanner::GetString() == false)
479 {
480 ScriptError ("Missing string (unexpected end of file).");
481 }
482}
483
484//==========================================================================
485//

Callers 15

LoadCustomInfoFromScriptFunction · 0.80
SkipToNextMethod · 0.80
ParseLookupNameMethod · 0.80
ParseMusicMethod · 0.80
ParseConstantsMethod · 0.80
ParseSpawnClassesMethod · 0.80
ParseBreakWallMethod · 0.80
ParseBreakCeilingMethod · 0.80
ParseSwitchesMethod · 0.80
ParseTextureFlagsMethod · 0.80

Calls 1

GetStringFunction · 0.85

Tested by

no test coverage detected