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

Function overrides_external_editor

editor/editor_node.cpp:2733–2741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2731}
2732
2733static bool overrides_external_editor(Object *p_object) {
2734 Script *script = Object::cast_to<Script>(p_object);
2735
2736 if (!script) {
2737 return false;
2738 }
2739
2740 return script->get_language()->overrides_external_editor();
2741}
2742
2743void EditorNode::_add_to_history(const Object *p_object, const String &p_property, bool p_inspector_only) {
2744 ObjectID id = p_object->get_instance_id();

Callers 1

_edit_currentMethod · 0.85

Calls 2

get_languageMethod · 0.45

Tested by

no test coverage detected