|
RapidGameFramework
Reusable Godot managers for data-driven small games
|
Variables | |
| control | |
Focus the first visible, enabled focusable control under root. | |
| bool | |
| Focus a named control when possible, otherwise fall back to the first focusable control. | |
| target | |
| viewport | |
| nested | |
| focus_mode | |
| ScrollContainer | |
| Show one screen id from a dictionary of id -> Control. | |
| screen | |
| visible | |
| index = 0 | |
Return the next id in a tab/page order after applying delta. | |
| String | |
| Return the visible screen id from an id -> Control dictionary. | |
| value | |
| text | |
| scroll_vertical | |
| ui_flow_manager.bool |
Focus a named control when possible, otherwise fall back to the first focusable control.
Focus the first control whose Button text matches one of the supplied labels.
Definition at line 17 of file ui_flow_manager.gd.
| ui_flow_manager.control |
Focus the first visible, enabled focusable control under root.
Definition at line 10 of file ui_flow_manager.gd.
| ui_flow_manager.focus_mode |
Definition at line 73 of file ui_flow_manager.gd.
| int ui_flow_manager.index = 0 |
Return the next id in a tab/page order after applying delta.
Definition at line 93 of file ui_flow_manager.gd.
| ui_flow_manager.nested |
Definition at line 62 of file ui_flow_manager.gd.
| ui_flow_manager.screen |
Definition at line 81 of file ui_flow_manager.gd.
| ui_flow_manager.scroll_vertical |
Definition at line 146 of file ui_flow_manager.gd.
| ui_flow_manager.ScrollContainer |
Show one screen id from a dictionary of id -> Control.
Definition at line 79 of file ui_flow_manager.gd.
| ui_flow_manager.String |
Return the visible screen id from an id -> Control dictionary.
Definition at line 100 of file ui_flow_manager.gd.
| ui_flow_manager.target |
Definition at line 20 of file ui_flow_manager.gd.
| ui_flow_manager.text |
Definition at line 123 of file ui_flow_manager.gd.
| ui_flow_manager.value |
Definition at line 112 of file ui_flow_manager.gd.
| ui_flow_manager.viewport |
Definition at line 48 of file ui_flow_manager.gd.
| ui_flow_manager.visible |
Definition at line 83 of file ui_flow_manager.gd.