Reply To: Console info on Events

Forums 💬 NodeCanvas 🗨️ General Discussion Console info on Events Reply To: Console info on Events

#14070
Gavalakis
Keymaster

    Hey,

    The reason that it is like that, is because the order of execution is like this:

    – First an event is send to a graph either from code of from a task (same thing).
    – Then at a later or even the same frame, the event is received from some task like for example CheckEvent condition task.

    Does this makes send? 🙂
    Let me know.