Reply To: Change to BTComposite to allow custom sequencers

Forums 💬 NodeCanvas 🗨️ General Discussion Change to BTComposite to allow custom sequencers Reply To: Change to BTComposite to allow custom sequencers

#14046
Gavalakis
Keymaster

    Hey!

    You can also derive from BTNode if you want to have total control. The included “Binary Selector” node for example, even though a Composite in theory, it derives from BTNode, because it only supports 2 outgoing connections.

    Will it work for you to derive from BTNode rather than BTComposite node?

    Let me know.
    Thanks!