Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
331
void EditorPlugin::set_plugin_version(const String &p_version) {
332
plugin_version = p_version;
333
}
334
335
bool EditorPlugin::has_main_screen() const {
336
bool success = false;
Callers
1
set_addon_plugin_enabled
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected