|
@@ -202,7 +202,6 @@ public:
|
|
|
EXBIND0(init)
|
|
|
EXBIND0RC(String, get_type)
|
|
|
EXBIND0RC(String, get_extension)
|
|
|
- EXBIND1R(Error, execute_file, const String &)
|
|
|
EXBIND0(finish)
|
|
|
|
|
|
/* EDITOR FUNCTIONS */
|
|
@@ -596,23 +595,6 @@ public:
|
|
|
return ret;
|
|
|
}
|
|
|
|
|
|
- GDVIRTUAL1R(GDExtensionPtr<void>, _alloc_instance_binding_data, Object *)
|
|
|
-
|
|
|
- virtual void *alloc_instance_binding_data(Object *p_object) override {
|
|
|
- GDExtensionPtr<void> ret = nullptr;
|
|
|
- GDVIRTUAL_REQUIRED_CALL(_alloc_instance_binding_data, p_object, ret);
|
|
|
- return ret.operator void *();
|
|
|
- }
|
|
|
-
|
|
|
- GDVIRTUAL1(_free_instance_binding_data, GDExtensionPtr<void>)
|
|
|
-
|
|
|
- virtual void free_instance_binding_data(void *p_data) override {
|
|
|
- GDVIRTUAL_REQUIRED_CALL(_free_instance_binding_data, p_data);
|
|
|
- }
|
|
|
-
|
|
|
- EXBIND1(refcount_incremented_instance_binding, Object *)
|
|
|
- EXBIND1R(bool, refcount_decremented_instance_binding, Object *)
|
|
|
-
|
|
|
EXBIND0(frame)
|
|
|
|
|
|
EXBIND1RC(bool, handles_global_class_type, const String &)
|