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

Method _code_complete_scripts

editor/script/script_text_editor.cpp:1167–1170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1165}
1166
1167void ScriptTextEditor::_code_complete_scripts(void *p_ud, const String &p_code, List<ScriptLanguage::CodeCompletionOption> *r_options, bool &r_force) {
1168 ScriptTextEditor *ste = (ScriptTextEditor *)p_ud;
1169 ste->_code_complete_script(p_code, r_options, r_force);
1170}
1171
1172void ScriptTextEditor::_code_complete_script(const String &p_code, List<ScriptLanguage::CodeCompletionOption> *r_options, bool &r_force) {
1173 if (color_panel->is_visible()) {

Callers

nothing calls this directly

Calls 1

_code_complete_scriptMethod · 0.45

Tested by

no test coverage detected