Taido
v0.1.0

      View Source Taido.Node (Taido v0.1.0)

      Nodes for Taido's behavior trees.

      Leaf nodes:

      • condition/1
      • action/1

      Asynchronous leaf nodes:

      • async_action/1

      Composite nodes:

      • select/1
      • sequence/1

      Decorators:

      • invert/1

      Summary

      Functions

      action(fun)
      async_action(fun)
      condition(predicate)
      invert(node)
      select(nodes)
      sequence(nodes)

      Functions

      Link to this function

      action(fun)

      View Source
      Link to this function

      async_action(fun)

      View Source
      Link to this function

      condition(predicate)

      View Source
      Link to this function

      invert(node)

      View Source
      Link to this function

      select(nodes)

      View Source
      Link to this function

      sequence(nodes)

      View Source

      Hex Package Hex Preview Download ePub version

      Built using ExDoc (v0.34.2) for the Elixir programming language