limboai/bt
Serhii Snitsaruk 2e0047bb59
Call both native and script's `_setup()` in BTTask
Current behavior is overriding, which is not correct as it's an initializer function.
2024-09-22 14:49:46 +02:00
..
tasks Call both native and script's `_setup()` in BTTask 2024-09-22 14:49:46 +02:00
behavior_tree.cpp Allow setting custom scene root for behavior trees 2024-08-05 13:03:50 +02:00
behavior_tree.h Override _to_string() to print useful info about objects in GDExtension 2024-09-05 13:39:47 +02:00
bt_instance.cpp Clean up unused string names 2024-08-21 20:04:35 +02:00
bt_instance.h Override _to_string() to print useful info about objects in GDExtension 2024-09-05 13:39:47 +02:00
bt_player.cpp Use different prefetch root for the base plan in BTPlayer and BTState 2024-09-15 15:47:11 +02:00
bt_player.h Use different prefetch root for the base plan in BTPlayer and BTState 2024-09-15 15:47:11 +02:00
bt_state.cpp Use different prefetch root for the base plan in BTPlayer and BTState 2024-09-15 15:47:11 +02:00
bt_state.h Use different prefetch root for the base plan in BTPlayer and BTState 2024-09-15 15:47:11 +02:00