MCPcopy Create free account
hub / github.com/ZDoom/gzdoom / MustMatchString

Method MustMatchString

src/common/engine/sc_man.cpp:914–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912//==========================================================================
913
914int FScanner::MustMatchString (const char * const *strings, size_t stride)
915{
916 int i;
917
918 i = MatchString (strings, stride);
919 if (i == -1)
920 {
921 ScriptError ("Unknown keyword '%s'", String);
922 }
923 return i;
924}
925
926//==========================================================================
927//

Callers 14

LoadBackgroundMethod · 0.80
ParseSBarInfoMethod · 0.80
ParseOuterFunction · 0.80
GenericParseFunction · 0.80
ParseDoomEdNumsMethod · 0.80
ParseDecalMethod · 0.80
ParseGameInfoMethod · 0.80
S_ParseSndSeqFunction · 0.80
ParseInsideDecorationFunction · 0.80
S_ReadReverbDefFunction · 0.80
ParsePatchMethod · 0.80

Calls 1

MatchStringFunction · 0.85

Tested by

no test coverage detected