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

Method CheckNumber

source/core/g_mapinfo.cpp:130–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128//==========================================================================
129
130bool FMapInfoParser::CheckNumber()
131{
132 if (sc.CheckString(","))
133 {
134 sc.MustGetNumber();
135 return true;
136 }
137 return false;
138}
139
140//==========================================================================
141//

Callers 4

ParseSpawnClassesMethod · 0.45
LoadMapHackFunction · 0.45
S_AddSNDINFOFunction · 0.45
ParseGlowMethod · 0.45

Calls 2

MustGetNumberMethod · 0.80
CheckStringMethod · 0.45

Tested by

no test coverage detected