mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 02:23:36 +00:00
Makes all Godot API's methods Lower Case
This commit is contained in:
+1
-1
@@ -1600,7 +1600,7 @@ Variant::operator String() const {
|
||||
};
|
||||
};
|
||||
#endif
|
||||
return "[" + _get_obj().obj->get_class() + ":" + itos(_get_obj().obj->get_instance_ID()) + "]";
|
||||
return "[" + _get_obj().obj->get_class() + ":" + itos(_get_obj().obj->get_instance_id()) + "]";
|
||||
} else
|
||||
return "[Object:null]";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user