feat: binding get_behaviour_tree
This commit is contained in:
parent
4e40c1acdc
commit
3cdfcb1182
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ void BehaviourNode::_bind_methods() {
|
|||
BIND_ENUM_CONSTANT(Fail);
|
||||
BIND_ENUM_CONSTANT(Running);
|
||||
BIND_ENUM_CONSTANT(Success);
|
||||
ClassDB::bind_method(D_METHOD("get_behaviour_tree"), &self_type::get_behaviour_tree);
|
||||
}
|
||||
|
||||
void BehaviourNode::_notification(int what) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue