Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: parallel on March 21, 2014, 09:38:10 AM

Title: Searching sent events?[Solved]
Post by: parallel on March 21, 2014, 09:38:10 AM
I've been looking to do this a few times when nothing shows up in the FSM log. Something is triggering an event and I can't pinpoint what is. Is a search doable or do I need to go through all element 1 by 1 to find the offender?
Title: Re: Searching sent events?
Post by: Alex Chouls on March 21, 2014, 11:44:22 AM
Are you saying the Event doesn't show in the Fsm Log?

You should see events in the log. If an event was sent by another FSM you should also see a Sent By log line. You can click this to select the FSM that sent the event.

You can also right click the transition and select Sent By... to see the FSMs that send that event.
Title: Re: Searching sent events?
Post by: parallel on March 21, 2014, 11:58:46 AM
Usually it's as you say; clickable and one can discover from where it came. The event figures in this instance but one cannot see from which FSM it's sent.


Title: Re: Searching sent events?
Post by: Alex Chouls on March 21, 2014, 12:32:32 PM
Usually this means the event was sent by the same FSM. Can you see which FSMs send the event using context menu Sent By...
Title: Re: Searching sent events?
Post by: parallel on March 21, 2014, 12:55:22 PM
It's not the same FSM sending. I'm afraid I don't know what this specific context menu is.. Is there an image somewhere that shows which one you're talking of.
Title: Re: Searching sent events?
Post by: Alex Chouls on March 22, 2014, 07:50:25 AM
Right click a transition and select Sent By...
Title: Re: Searching sent events?[Solved]
Post by: parallel on March 24, 2014, 07:09:53 AM
Thanks Alex, wasn't aware of the 'sent by' option and it was what I was looking for.