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

Method get_plugin_window_layout

editor/editor_data.cpp:970–974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

968}
969
970void EditorData::get_plugin_window_layout(Ref<ConfigFile> p_layout) {
971 for (int i = 0; i < editor_plugins.size(); i++) {
972 editor_plugins[i]->get_window_layout(p_layout);
973 }
974}
975
976bool EditorData::script_class_is_parent(const String &p_class, const String &p_inherits) {
977 if (!ScriptServer::is_global_class(p_class)) {

Callers 1

_save_editor_layoutMethod · 0.80

Calls 2

sizeMethod · 0.65
get_window_layoutMethod · 0.45

Tested by

no test coverage detected