utmt-get-entity
Get detailed JSON data for a single GameMaker entity (sprite, sound, room, etc.) from a data file. Returns all properties for the specified type.
Instructions
Get detailed info for a single entity from a GameMaker data file. Returns JSON with all properties. Supported types: sprite, sound, script, code, room, gameobject, font, string, generalinfo. For 'string' type, use the index as the name parameter. For 'generalinfo', name parameter is ignored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entity name (or index for string type) | |
| cliPath | No | Path to UndertaleModCli executable | |
| entityType | Yes | Type of entity | |
| dataFilePath | Yes | Absolute path to the data file |