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

Method set_plugin_version

editor/plugins/editor_plugin.cpp:331–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void EditorPlugin::set_plugin_version(const String &p_version) {
332 plugin_version = p_version;
333}
334
335bool EditorPlugin::has_main_screen() const {
336 bool success = false;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected