Reply To: events

Forums 💬 NodeCanvas 🗨️ General Discussion events Reply To: events

#13301
Gavalakis
Keymaster

    Hello from here as well,

    There are two types of events, string-based events and Signals.
    String-Based events are the original events implemented a long time ago.
    In recent versions, Signals (scriptableobject-based) events were also implemented as an alternative events solution. (kudos to @aFoolsDuty on discord for their implementation).
    Both string-based events (old way) and signal-based events (new) can be used for the same purpose.

    Please take a look at the documentation here -> https://nodecanvas.paradoxnotion.com/documentation/?section=using-signal-events but also please feel free to ask me if you need any more information.

    Thank you.