| 1046 | |
| 1047 | #ifdef TOOLS_ENABLED |
| 1048 | Error CSharpLanguage::open_in_external_editor(const Ref<Script> &p_script, int p_line, int p_col) { |
| 1049 | return (Error)(int)get_godotsharp_editor()->call("OpenInExternalEditor", p_script, p_line, p_col); |
| 1050 | } |
| 1051 | |
| 1052 | bool CSharpLanguage::overrides_external_editor() { |
| 1053 | return get_godotsharp_editor()->call("OverridesExternalEditor"); |