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

Method apply_changes

editor/script/script_editor_plugin.cpp:4828–4830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4826}
4827
4828void ScriptEditorPlugin::apply_changes() {
4829 script_editor->apply_scripts();
4830}
4831
4832void ScriptEditorPlugin::set_window_layout(Ref<ConfigFile> p_layout) {
4833 script_editor->set_window_layout(p_layout);

Callers

nothing calls this directly

Calls 1

apply_scriptsMethod · 0.80

Tested by

no test coverage detected