get_methods
Retrieve all methods of a specified class from Unity IL2CPP global-metadata.dat as a structured list.
Instructions
Return the methods of a class as a structured list.
Use this instead of search_strings for typed method discovery.
Args: metadata_path: path to global-metadata.dat class_fqn: fully qualified class name (e.g. "MyGame.PlayerController") limit: maximum methods to return (default 500)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata_path | Yes | ||
| class_fqn | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |