| 517 | } |
| 518 | |
| 519 | void EditorPlugin::disable_plugin() { |
| 520 | GDVIRTUAL_CALL(_disable_plugin); |
| 521 | } |
| 522 | |
| 523 | void EditorPlugin::set_window_layout(Ref<ConfigFile> p_layout) { |
| 524 | GDVIRTUAL_CALL(_set_window_layout, p_layout); |
no outgoing calls
no test coverage detected