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

Method overrides_external_editor

modules/mono/csharp_script.cpp:1052–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1050}
1051
1052bool CSharpLanguage::overrides_external_editor() {
1053 return get_godotsharp_editor()->call("OverridesExternalEditor");
1054}
1055#endif
1056
1057bool CSharpLanguage::debug_break_parse(const String &p_file, int p_line, const String &p_error) {

Callers 4

editMethod · 0.45
set_scene_root_scriptMethod · 0.45

Calls 1

callMethod · 0.45

Tested by

no test coverage detected