expose Object::free_instance_binding to GDExtension
This commit is contained in:
@@ -1863,7 +1863,6 @@ bool Object::has_instance_binding(void *p_token) {
|
||||
return found;
|
||||
}
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
void Object::free_instance_binding(void *p_token) {
|
||||
bool found = false;
|
||||
_instance_binding_mutex.lock();
|
||||
@@ -1888,6 +1887,7 @@ void Object::free_instance_binding(void *p_token) {
|
||||
_instance_binding_mutex.unlock();
|
||||
}
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
void Object::clear_internal_extension() {
|
||||
ERR_FAIL_NULL(_extension);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user