Hey, so I'm working on a game that I've been making for a couple years now and by this point I have a lot of different objects and code in it which makes it hard to find stuff. And currently I am trying to add on to some stuff that I coded a long time ago, which uses global variables. But to do that I really need to know everywhere the variables were referenced in the project. I'm wondering if there is some way to see everywhere where a specific variable is referenced, without having to...
Is there a way to see every time that a specific variable is referenced in a GML project?
Is there a way to see every time that a specific variable is referenced in a GML project?