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

Method edit

editor/plugins/editor_plugin.cpp:345–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345void EditorPlugin::edit(Object *p_object) {
346 GDVIRTUAL_CALL(_edit, p_object);
347}
348
349bool EditorPlugin::handles(Object *p_object) const {
350 bool success = false;

Callers 11

stopMethod · 0.45
_notificationMethod · 0.45
_file_optionMethod · 0.45
fix_dependenciesMethod · 0.45
_inspect_hovered_nodeMethod · 0.45
_script_createdMethod · 0.45
_edit_presetMethod · 0.45
ProjectExportDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected