list_active_programmables
Retrieve all live incremental-mode programmables from a running hx-multianim game, returning parameter values, elements, positions, and visibility for debugging or state analysis.
Instructions
List all live incremental-mode programmables currently in the scene. Returns current parameter values, parameter definitions (types), named elements, slots, interactive counts, position, and visibility for each. Only programmables built with incremental:true are tracked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Scene graph depth when sceneGraph is true (default: 6) | |
| sceneGraph | No | Include scene graph subtree for each programmable (default: false) | |
| programmable | No | Filter by programmable name. If omitted, returns all active programmables. |