| 8940 | } |
| 8941 | |
| 8942 | void EditorPluginList::edit(Object *p_object) { |
| 8943 | for (int i = 0; i < plugins_list.size(); i++) { |
| 8944 | plugins_list[i]->edit(p_object); |
| 8945 | } |
| 8946 | } |
| 8947 | |
| 8948 | bool EditorPluginList::forward_gui_input(const Ref<InputEvent> &p_event) { |
| 8949 | bool discard = false; |
no test coverage detected