read_panels
Retrieve the Derma/VGUI panel hierarchy with class, name, visibility, screen coordinates, and size to target UI elements for mouse clicks or capture regions.
Instructions
Derma/VGUI panel tree: class, name, visibility, size, position both parent-relative (x/y) and absolute (screen_x/screen_y), whether mouse input is enabled, and on_screen. Filter on on_screen: visible is the panel's own flag only, so a flat tree is mostly panels belonging to closed menus. Use screen_x/screen_y to aim a click or a capture region -- x/y are relative to the parent and are (0,0) for most nested panels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDepth | No |