get_parameters
Retrieve the parameters of any method from Unity IL2CPP global-metadata.dat files. Specify the metadata path and method fully qualified name to get parameter details.
Instructions
Return the parameters of a method (in declaration order).
Args:
metadata_path: path to global-metadata.dat
method_fqn: "ClassName.MethodName" (e.g. "MyGame.PlayerController.TakeDamage")
limit: maximum parameters to return (default 50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata_path | Yes | ||
| method_fqn | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |