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