game_ui_text
game_ui_textManipulate text in Godot UI controls like LineEdit, TextEdit, and RichTextLabel. Supports get, set, append, clear, select, and BB code actions.
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 |