playMaker

Author Topic: Who called the event  (Read 714 times)

Amitloaf

  • Playmaker Newbie
  • *
  • Posts: 9
Who called the event
« on: July 05, 2020, 01:02:14 PM »
Is there a way, from within an action, to get the fsm - or even better, the state - which called an event on this fsm that caused the last transition?
I need it mainly for debug purposes

To be more clear. I have an FSM called A which sent an event to another FSM on a different GameObject called B. From B - I want to find A.
« Last Edit: July 05, 2020, 01:16:03 PM by Amitloaf »

Thore

  • Sr. Member
  • ****
  • Posts: 480
Re: Who called the event
« Reply #1 on: July 05, 2020, 01:55:42 PM »
You can see on global events who send this by right clicking on them.