MCPcopy Create free account
hub / github.com/OpenMW/openmw / reset

Method reset

components/compiler/controlparser.cpp:284–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 }
283
284 void ControlParser::reset()
285 {
286 mCode.clear();
287 mCodeBlock.clear();
288 mIfCode.clear();
289 mState = StartState;
290 Parser::reset();
291 }
292}

Callers 4

parseIfBodyMethod · 0.45
parseWhileBodyMethod · 0.45
parseNameMethod · 0.45
parseKeywordMethod · 0.45

Calls 2

resetFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected