get_object_info
Retrieve detailed information about a GameMaker object, including its sprite, parent, physics properties, and full event list with human-readable names.
Instructions
Get detailed info about an existing object: sprite, parent, physics, and its full event list with human-readable event names
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectName | Yes | Name of the object to inspect | |
| projectDir | Yes | Absolute path to the GameMaker project directory |