game_ui_popup
game_ui_popupControl Popup, Dialog, and Window nodes in Godot: show, hide, or popup centered with custom size, title, and text.
Instructions
Show/hide/popup for Popup/Dialog/Window nodes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Popup size {x,y} | |
| text | No | Dialog body text | |
| title | No | Dialog title text | |
| action | Yes | Action: popup_centered, popup, hide, get_info | |
| nodePath | Yes | Path to Popup/Dialog/Window |