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

Method CheckFloat

source/core/g_mapinfo.cpp:145–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143//==========================================================================
144
145bool FMapInfoParser::CheckFloat()
146{
147 if (sc.CheckString(","))
148 {
149 sc.MustGetFloat();
150 return true;
151 }
152 return false;
153}
154
155//==========================================================================
156//

Callers 2

S_AddSNDINFOFunction · 0.45
ParseDetailTextureMethod · 0.45

Calls 2

MustGetFloatMethod · 0.80
CheckStringMethod · 0.45

Tested by

no test coverage detected