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

Method UnGet

source/common/engine/sc_man.cpp:874–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872//==========================================================================
873
874void FScanner::UnGet ()
875{
876 AlreadyGot = true;
877 AlreadyGotLine = LastGotLine; // in case of an error we want the line of the last token.
878}
879
880//==========================================================================
881//

Callers 14

ParseMapHeaderMethod · 0.80
LoadAliasesFunction · 0.80
S_AddSNDINFOFunction · 0.80
ParseDetailTextureMethod · 0.80
ParseBrightmapMethod · 0.80
ParseMaterialMethod · 0.80
ParseHardwareShaderMethod · 0.80
PSR_FindAndEnterBlockFunction · 0.80
ParsePatchMethod · 0.80
ParseTextureMethod · 0.80
ParseTextureDefMethod · 0.80
ParseSingleFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected