playMaker

Author Topic: Seeing where global events and variables are used  (Read 1007 times)

ViRiX Dreamcore

  • Playmaker Newbie
  • *
  • Posts: 34
Seeing where global events and variables are used
« on: May 05, 2021, 12:17:11 AM »
Hi!

I am using some global events, but I think I accidentally used some in places I didn't want to. So I'm wondering if there is a place where I can see a list of where they are all used?

For example, if I use a global event named RESET 30 times, can I see the FSM and states that they are specifically used in?

Thanks!

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Seeing where global events and variables are used
« Reply #1 on: May 06, 2021, 09:08:06 PM »
Hi.
Yes.

Open The Globals window (Playmaker/Editor Windows/Global Variables)

then Click on 'Refresh Used Count...'

then right-click on an variable name and it should show where they are used.
Click on one and it should redirect to the fsm/state/game object