kotor_find_referrers
Find all game resources that reference a given script resref, tag, conversation, or resref in a KotOR installation or module.
Instructions
Use when you need to find which resources reference a script resref, tag, conversation, or resref. Use module_root to narrow; expensive over full install. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game alias: k1 or k2 | |
| value | Yes | Script resref, tag, conversation resref, or resref to search for | |
| reference_kind | No | Kind of reference | resref |
| path | No | Optional installation path override | |
| module_root | No | Limit search to this module | |
| partial_match | No | Allow substring match | |
| limit | No | Max results | |
| offset | No | Pagination offset |