game_ui_text
Manipulate text content in Godot UI controls: get, set, append, clear, select, or apply BBCode to LineEdit, TextEdit, and RichTextLabel nodes.
Instructions
LineEdit/TextEdit/RichTextLabel text operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text content | |
| action | Yes | Action: get, set, append, clear, select, bbcode | |
| nodePath | Yes | Path to text control | |
| selectionTo | No | Selection end | |
| caretPosition | No | Caret column position | |
| selectionFrom | No | Selection start |