Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: stigma on August 10, 2019, 05:01:32 AM
-
Hello,
To debug my project, I need to find in which fsm is the variable x for example. Is there a tool for this?
Thank you
-
Hi, First just FYI, in almost all programs, RMB is your friend.... it'll work either local, global and Events received or sent by.... Also it works only in the scene you are, not in your whole project.
-
What is RMB ???
I have 200 FSM
I want to know which fms use a given variable throughout the program
-
Right Mouse Button use it over any variable or events ;)
-
it does not work. I speak well of global variable.
-
Yes, you need to click on the Refresh Used Count Button in the Global Variables and you'll be able to right clic to see where they are use in that scene
-
I see that my variable is used 17 times but how to know in which FSM?
-
Hi.
Right clicking the variable should show you the list (click on the left end where the name is) in the globals window
if you only get auto refresh option (and 2 other lines) try left clicking and right clicking again.
-
Here we are, I found it. Thank you very much for your help and your patience.