Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

You can open the console (Ctrl+Shift+I, and switch to Console) and run the following there:

Object.keys(GmlAPI.gmlInstFieldMap)

this will show everything that auto-completion knows about.

Just what I needed, thank you!