find_callers
Locate all callers of a specific method in DayZ scripts. Provide class and method names to trace reverse call dependencies.
Instructions
Find who calls a specific method in vanilla DayZ scripts (reverse call graph)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| className | Yes | Class name, e.g., "DayZPlayerImplement" | |
| methodName | Yes | Method name, e.g., "EEKilled" |