Open
Description
Description
A developer should be able to search for an Orchestration by its filename, much like an unnamed GDScript class and to view its associated documentation like other script languages, i.e.:
Implementation ideas
This requires four changes:
OScriptLanguage::get_type()
should returnOScript::get_class_static()
rather thanOrchestrator
.- The language's icon should be registered with
OScript::get_class_static()
inplugin.cpp
. OScriptLanguage::_supports_documentation()
should returntrue
.OScript::_get_documentation()
should return the documentation metadata.