Reply To: Trouble with which Event Condition to use

Forums 💬 NodeCanvas ⚙️ Support Trouble with which Event Condition to use Reply To: Trouble with which Event Condition to use

#17546
Gavalakis
Keymaster

    Hey!

    Do you mean recognized by the CheckEvent condition task?
    If so, the CheckEvent can currently, only work with delegate types of “System.Action”, while the CheckEvent, with delegate types of “System.Action”, like so:
    public static event System.Action<bool> onFireEvent;

    For your information, I am already looking at correctly supporting any delegate type instead of only System.Action by the way.

    Let me know if that works for you.
    Thank you.