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

Method set_cursor_position

modules/gdscript/gdscript_tokenizer.cpp:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void GDScriptTokenizerText::set_cursor_position(int p_line, int p_column) {
289 cursor_line = p_line;
290 cursor_column = p_column;
291}
292
293void GDScriptTokenizerText::set_multiline_mode(bool p_state) {
294 multiline_mode = p_state;

Callers 1

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected