Conditional Decorator?

NodeCanvas Forums General Discussion Conditional Decorator?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11164
    barabicus
    Participant

    Hey so I’ve been wondering what benefit does a conditional decorator have over using a composite and a conditional? I’m trying to understand a situation where it would be useful but I’m not quite sure why I’d use one over another.

    Also on a side note would it be possible to request video tutorials. I’ve read over all the documentation but sometimes its just nice to see what thought process goes into creating various different behaviours. There’s times where I’m wondering if what I’m doing would be considered wrong or not in the best interest of a behaviour tree.

    #11166
    Gavalakis
    Keymaster

    Hey,

    Using a Conditional Decorator is practically the same as using a Composite with a Condition node on the left. Some people (including me) prefer the use of the decorator, while others the use of a condition node under a composite. So it mostly comes down to personal preference. 🙂

    Regarding tutorials, this is the next thing I will be working towards after summer break!

    Thanks.

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

    #11171
    barabicus
    Participant

    Ah ok I kinda figured as much. Thanks for clearing it up 🙂 I look forward to them 🙂

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