Reply To: Event Dispatchers in Flow Canvas

FlowCanvas Forums Support Event Dispatchers in Flow Canvas Reply To: Event Dispatchers in Flow Canvas

#3443
Gavalakis
Keymaster

Hello and sorry for the late reply.

If you mean this -> https://d3kjluh73b9h9o.cloudfront.net/original/3X/0/5/051945c4cab2b0203f61d6c69e5e39a835e22eaa.jpeg

Then the equivalent in FlowCanvas is the “Delegate Callback” node:
DelegateCallback

To hook this up, you need to:

  1. Create a “Delegate Callback” event node.
  2. Get a reference to the += of an event. In this example I used “SceneManager.SceneLoaded”.
  3. Hook like the image 🙂

There are also other more simpler ways to hook up to events directly as described here: https://flowcanvas.paradoxnotion.com/documentation/?section=events

Let me know if the above is indeed what you were after.

Thanks.

 

Join us on Discord: https://discord.gg/97q2Rjh

Attachments:
  1. DelegateCallback.png