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

Function parseUndefTexture

source/core/defparser.cpp:469–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467//===========================================================================
468
469static void parseUndefTexture(FScanner& sc, FScriptPosition& pos)
470{
471 if (!sc.GetNumber(true)) return;
472 if (ValidateTilenum("undeftexture", sc.Number, pos)) tileRemoveReplacement(sc.Number);
473}
474
475//===========================================================================
476//

Callers

nothing calls this directly

Calls 3

ValidateTilenumFunction · 0.85
tileRemoveReplacementFunction · 0.85
GetNumberMethod · 0.45

Tested by

no test coverage detected