Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GMLive.gml

Livecoding for GameMaker: Studio / GameMaker Studio 2 · By YellowAfterlife

[Solved] Is there an easy way to find out which scripts I've put the live_call code in?

A topic by Studio DynoStorm created Aug 11, 2021 Views: 208 Replies: 1
Viewing posts 1 to 2

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.

Developer(+1)

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.