search_statetree_nodes
Search across a StateTree asset for nodes matching a class name filter or category. Locate where tasks, evaluators, conditions, or considerations are used in states and transitions.
Instructions
Search for nodes across the entire StateTree by class name or category.
Answers questions like: "Is MassEnemyAttackTask used?" or "Which states have conditions?" Returns each match with its location (which state, evaluator list, transition, etc.).
Args: asset_path: Content path to the StateTree asset class_filter: Substring filter on node class name (e.g. "Attack", "CompareInt") category: Filter by node category: "task", "evaluator", "condition", "consideration", "global_task" (empty = search all categories)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| asset_path | Yes | ||
| class_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |