Macros§
Structs§
- Always
Running - Node that always runs.
- Behavior
Tree - Const
Action - Node that always returns a given status when ticked, but exposes the status to be modified from the outside.
- Counter
- NoTick
- Node that will panic when it ticks.
- Node
- YesTick
- Node that will panic upon being dropped if it hasn’t ticked at least once.