limboai/bt/tasks
Serhii Snitsaruk c63785b5bc CallMethod: Use array of BBVariant to specify arguments
This allows specifying variables on the blackboard as arguments in additions to raw values.

WARNING: Breaks compatibility if you are using CallMethod tasks. CallMethod arguments in existing trees will need to be reassigned!
2024-01-15 21:51:17 +01:00
..
blackboard Fix various bugs and unit tests 2024-01-11 00:31:42 +01:00
composites Refactor and clean up the code 2024-01-13 17:10:42 +01:00
decorators Refactor and clean up the code 2024-01-13 17:10:42 +01:00
scene Refactor and clean up the code 2024-01-13 17:10:42 +01:00
utility CallMethod: Use array of BBVariant to specify arguments 2024-01-15 21:51:17 +01:00
bt_action.cpp Port the first core classes to get started 2024-01-06 21:04:34 +01:00
bt_action.h Refactor and clean up the code 2024-01-13 17:10:42 +01:00
bt_comment.cpp Port the first core classes to get started 2024-01-06 21:04:34 +01:00
bt_comment.h Refactor and clean up the code 2024-01-13 17:10:42 +01:00
bt_composite.cpp Port the first core classes to get started 2024-01-06 21:04:34 +01:00
bt_composite.h Refactor and clean up the code 2024-01-13 17:10:42 +01:00
bt_condition.cpp Port the first core classes to get started 2024-01-06 21:04:34 +01:00
bt_condition.h Refactor and clean up the code 2024-01-13 17:10:42 +01:00
bt_decorator.cpp Port the first core classes to get started 2024-01-06 21:04:34 +01:00
bt_decorator.h Refactor and clean up the code 2024-01-13 17:10:42 +01:00
bt_task.cpp Refactor and clean up the code 2024-01-13 17:10:42 +01:00
bt_task.h Refactor and clean up the code 2024-01-13 17:10:42 +01:00