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

Method reset

components/compiler/scriptparser.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 void ScriptParser::reset()
93 {
94 mLineParser.reset();
95 mOutput.clear();
96 }
97}

Callers 3

parseNameMethod · 0.45
parseKeywordMethod · 0.45
parseSpecialMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected