MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / clear

Method clear

modules/gdscript/gdscript_parser.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void GDScriptParser::clear() {
180 GDScriptParser tmp;
181 tmp = *this;
182 *this = GDScriptParser();
183}
184
185void GDScriptParser::push_error(const String &p_message, const Node *p_origin) {
186 /// @todo Improve error reporting by pointing at source code.

Callers 4

cleanupMethod · 0.45
parse_matchMethod · 0.45

Calls 1

GDScriptParserClass · 0.70

Tested by

no test coverage detected