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

Function parseEmptyBlockWithParm

source/core/defparser.cpp:1150–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1148}
1149
1150static void parseEmptyBlockWithParm(FScanner& sc, FScriptPosition& pos)
1151{
1152 FScanner::SavedPos blockend;
1153
1154 sc.MustGetString();
1155 if (sc.StartBraces(&blockend)) return;
1156 sc.RestorePos(blockend);
1157 sc.CheckString("}");
1158}
1159
1160
1161//===========================================================================

Callers

nothing calls this directly

Calls 4

MustGetStringMethod · 0.80
StartBracesMethod · 0.80
RestorePosMethod · 0.80
CheckStringMethod · 0.45

Tested by

no test coverage detected