limboai/bt/tasks/utility
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
..
bt_call_method.cpp CallMethod: Use array of BBVariant to specify arguments 2024-01-15 21:51:17 +01:00
bt_call_method.h CallMethod: Use array of BBVariant to specify arguments 2024-01-15 21:51:17 +01:00
bt_console_print.cpp Refactor and clean up the code 2024-01-13 17:10:42 +01:00
bt_console_print.h Refactor and clean up the code 2024-01-13 17:10:42 +01:00
bt_fail.cpp Refactor to return enum instead of int in task methods 2023-09-19 15:29:29 +02:00
bt_fail.h Refactor and clean up the code 2024-01-13 17:10:42 +01:00
bt_random_wait.cpp Fix module compilation 2024-01-10 22:45:42 +01:00
bt_random_wait.h Refactor and clean up the code 2024-01-13 17:10:42 +01:00
bt_wait.cpp Post the rest of the BT tasks (massive changes) 2024-01-07 00:47:46 +01:00
bt_wait.h Refactor and clean up the code 2024-01-13 17:10:42 +01:00
bt_wait_ticks.cpp Post the rest of the BT tasks (massive changes) 2024-01-07 00:47:46 +01:00
bt_wait_ticks.h Refactor and clean up the code 2024-01-13 17:10:42 +01:00