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

Function parseUndefModelOf

source/core/defparser.cpp:1398–1404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1396}
1397
1398static void parseUndefModelOf(FScanner& sc, FScriptPosition& pos)
1399{
1400 int tile;
1401 if (!sc.GetNumber(tile, true)) return;
1402 if (!ValidateTilenum("undefmodelof", tile, pos)) return;
1403 pos.Message(MSG_WARNING, "undefmodelof: currently non-functional.");
1404}
1405
1406//===========================================================================
1407//

Callers

nothing calls this directly

Calls 3

ValidateTilenumFunction · 0.85
MessageMethod · 0.80
GetNumberMethod · 0.45

Tested by

no test coverage detected