playMaker

Author Topic: [SOLVED] Flow of actions in a state and the Finish() method  (Read 1500 times)

Grofit

  • Junior Playmaker
  • **
  • Posts: 73
[SOLVED] Flow of actions in a state and the Finish() method
« on: March 22, 2014, 05:40:52 AM »
Hi,

If I have a raft of actions in a state and each of them wait for a certain criteria to be met in the OnUpdate method then manually fire the Finish() method. Would this mean that the second action in line would only be triggered once the first ones Finish() method had been called?

I am trying to understand how actions go from one to the next and if in some cases they run together if they are doing things every frame.
« Last Edit: March 22, 2014, 10:41:52 AM by Grofit »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4003
  • Official Playmaker Support
    • LinkedIn
Re: Flow of actions in a state and the Finish() method
« Reply #1 on: March 22, 2014, 07:03:11 AM »

Grofit

  • Junior Playmaker
  • **
  • Posts: 73
Re: Flow of actions in a state and the Finish() method
« Reply #2 on: March 22, 2014, 10:41:36 AM »
Thanks, I could not find this when searching before.