Use GDExtension to_string in Node
Matches the `Object::to_string` implementation.
This commit is contained in:
parent
e96ad5af98
commit
29bf60cc02
2 changed files with 8 additions and 1 deletions
|
|
@ -923,6 +923,7 @@ void Object::notification(int p_notification, bool p_reversed) {
|
|||
}
|
||||
|
||||
String Object::to_string() {
|
||||
// Keep this method in sync with `Node::to_string`.
|
||||
if (script_instance) {
|
||||
bool valid;
|
||||
String ret = script_instance->to_string(&valid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue