mgerhardy / simpleai

SimpleAI is a small C++ AI behaviour tree based library with a QT5 based remote debugger (and with optional LUA bindings) released under MIT.
http://www.caveproductions.org/
Other
176 stars 11 forks source link

Repeater decorator #4

Open mgerhardy opened 9 years ago

mgerhardy commented 9 years ago

A repeater will run a child multiple times (configurable)

mgerhardy commented 9 years ago

Repeat until fail could be useful, too

mgerhardy commented 9 years ago

see #13