mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Add and require GDSOFTCLASS
for Object
subclasses that want to cast but do not use GDCLASS
.
This commit is contained in:
parent
e585e6a3eb
commit
fa0a3c9c6e
16 changed files with 98 additions and 69 deletions
|
@ -64,6 +64,8 @@ extern int godot_js_wrapper_object_transfer_buffer(int p_id, void *p_byte_arr, v
|
|||
};
|
||||
|
||||
class JavaScriptObjectImpl : public JavaScriptObject {
|
||||
GDSOFTCLASS(JavaScriptObjectImpl, JavaScriptObject);
|
||||
|
||||
private:
|
||||
friend class JavaScriptBridge;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue