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

Method _clear_doc

modules/gdscript/gdscript.cpp:501–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501void GDScript::_clear_doc() {
502 doc_class_name = StringName();
503 doc = DocData::ClassDoc();
504 docs.clear();
505}
506
507String GDScript::get_class_icon_path() const {
508 return simplified_icon_path;

Callers 1

_generate_docsMethod · 0.80

Calls 3

ClassDocClass · 0.85
StringNameClass · 0.50
clearMethod · 0.45

Tested by

no test coverage detected