bscotch / stitch

Tools and apps for GameMaker development: a CLI for pipeline development, a VSCode extension for coding, and more.
Other
119 stars 13 forks source link

sprite_get_info() struct contents are unsupported #113

Closed BscotchSeth closed 1 year ago

BscotchSeth commented 1 year ago

https://manual.yoyogames.com/GameMaker_Language/GML_Reference/Asset_Management/Sprites/Sprite_Information/sprite_get_info.htm

The struct returned by sprite_get_info() contains a bunch of known variables, but Stitch doesn't know these. Example: image

adam-coster commented 1 year ago

Resolved in 1.8.4

This type is not provided in the GameMaker spec, so I had to add it in the code. I converted all of the docs' tables to CSVs and had ChatGPT + Code Interpreter convert them into JavaScript objects to speed that up.