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

Method set_multiline_mode

modules/gdscript/gdscript_tokenizer.cpp:293–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void GDScriptTokenizerText::set_multiline_mode(bool p_state) {
294 multiline_mode = p_state;
295}
296
297void GDScriptTokenizerText::push_expression_indented_block() {
298 indent_stack_stack.push_back(indent_stack);

Callers 2

push_multilineMethod · 0.45
pop_multilineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected