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