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

Method open_in_external_editor

modules/mono/csharp_script.cpp:1048–1050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046
1047#ifdef TOOLS_ENABLED
1048Error 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
1052bool CSharpLanguage::overrides_external_editor() {
1053 return get_godotsharp_editor()->call("OverridesExternalEditor");

Callers 1

editMethod · 0.45

Calls 1

callMethod · 0.45

Tested by

no test coverage detected