Is subscribing to system action and func supported in flow canvas?

FlowCanvas Forums Support Is subscribing to system action and func supported in flow canvas?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2510
    textusgames
    Participant

    Do not seem to find the way to subscribe to system action .  Is thes supported?

    #2513
    Gavalakis
    Keymaster

    Hey,

    Is that System.Action declared as an “event” like for example:

    public event System.Action myEvent;

    Currently, only “events” are supported, but I can take a look at supporting non event delegates as well.

    Let me know.

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

    #2514
    textusgames
    Participant

    No it is just a delegate.
    public System.Action AttackAction;

    Supporting this is not a priority, but could be good to have and for feature parity with c#.

    #2516
    Gavalakis
    Keymaster

    I have added this in the TODO list.
    Thanks for your input.

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.