get_events
Retrieve events of a class from Unity IL2CPP global-metadata.dat by providing the metadata path and fully qualified class name.
Instructions
Return the events of a class.
Args: metadata_path: path to global-metadata.dat class_fqn: fully qualified class name limit: maximum events to return (default 200)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata_path | Yes | ||
| class_fqn | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |