Skip to main content

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

live_name is intended for enabling live-reload in non-top-level functions. This does allow you to live-code functions in Create events (by using live_call + live_name) inside them, but does not currently work for constructor functions as they cannot be adequately simulated through current GML