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

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

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

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

      #12665
      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.

        #12664
        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#.

          #12663
          Gavalakis
          Keymaster

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

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