I forgot where I put the live_call code and want to delete/comment out some. Is there a command or something in the server cmd that'll list all the code that has the live_call function? Cheers! Keep up the good work.
Code and asset live-reloading for GameMaker! · By
GMEdit’s Global Search (Ctrl+Shift+F) has a “ignore comments” flag that can be used to quickly find lines that were not commented out. GMEdit also shows little red dots on scripts/objects that have “live” code in them.
It is worth noting that the current 2.3 version of GMLive is also much lighter (scripts/events do not get compiled until they are changed for the first time) so it’s cheaper to forget live_calls in places.