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

Method set_draw_executing_lines_gutter

scene/gui/code_edit.cpp:1341–1344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1339}
1340
1341void CodeEdit::set_draw_executing_lines_gutter(bool p_draw) {
1342 draw_executing_lines = p_draw;
1343 _update_draw_main_gutter();
1344}
1345
1346bool CodeEdit::is_drawing_executing_lines_gutter() const {
1347 return draw_executing_lines;

Callers 3

ScriptTextEditorMethod · 0.80
TextShaderEditorMethod · 0.80
test_code_edit.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected