mirror of
https://github.com/TangentFoxy/Behave.git
synced 2024-11-15 11:04:21 +00:00
clearer ReadMe
This commit is contained in:
parent
6fe93b13ef
commit
43e8048341
@ -88,7 +88,7 @@ Pass a single node to these, except for `Repeat`, which needs a number & a node.
|
|||||||
All decorator nodes (except `RunOnce`) repeat after the entire tree has been
|
All decorator nodes (except `RunOnce`) repeat after the entire tree has been
|
||||||
processed.
|
processed.
|
||||||
|
|
||||||
- Repeat: Repeats a node a specified number of times, aborts if the node fails.
|
- Repeat: Repeats a node a specified number of times, fails if the node fails.
|
||||||
- Succeed: Runs a node and returns success.
|
- Succeed: Runs a node and returns success.
|
||||||
- Fail: Runs a node and returns failure.
|
- Fail: Runs a node and returns failure.
|
||||||
- Invert: Runs a node, reporting a success on fail, and failure on success.
|
- Invert: Runs a node, reporting a success on fail, and failure on success.
|
||||||
|
Loading…
Reference in New Issue
Block a user