Bind Blackboard::prefetch_nodepath_vars()

This commit is contained in:
Serhii Snitsaruk 2022-10-19 23:54:42 +02:00
parent 36ff3a724f
commit b451edf49b
1 changed files with 1 additions and 0 deletions

View File

@ -45,4 +45,5 @@ void Blackboard::_bind_methods() {
ClassDB::bind_method(D_METHOD("has_var", "p_key"), &Blackboard::has_var);
ClassDB::bind_method(D_METHOD("set_parent_scope", "p_blackboard"), &Blackboard::set_parent_scope);
ClassDB::bind_method(D_METHOD("get_parent_scope"), &Blackboard::get_parent_scope);
ClassDB::bind_method(D_METHOD("prefetch_nodepath_vars", "p_node"), &Blackboard::prefetch_nodepath_vars);
}