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