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

Method apply_changes

editor/plugins/editor_plugin.cpp:384–386  ·  view source on GitHub ↗

if changes are pending in editor, apply them

Source from the content-addressed store, hash-verified

382
383// if changes are pending in editor, apply them
384void EditorPlugin::apply_changes() {
385 GDVIRTUAL_CALL(_apply_changes);
386}
387
388void EditorPlugin::get_breakpoints(List<String> *p_breakpoints) {
389 PackedStringArray arr;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected